C# Class FormsPopup.PopupPage

One of two methods must be taken to utilize the Popup view. 1) The visible page must inherit from PopupPage 2) The visible page must instantiate an object of PopupPageInitializer in page's constructor
Inheritance: Xamarin.Forms.ContentPage
Mostra file Open project: michaeled/FormsPopup

Protected Methods

Method Description
PopupPage ( ) : System.Collections.ObjectModel

Private Methods

Method Description
Popups_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

PopupPage() protected method

protected PopupPage ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel