The members of Xamarin.Forms.MultiPage<T> are listed below.
See Also: Inherited members from Xamarin.Forms.Page
| Provides the base initialization for objects derived from the MultiPage<T> class. |
static readonly | ItemsSourceProperty | BindableProperty. Identifies the MultiPage`1.ItemsSource property. |
static readonly | ItemTemplateProperty | BindableProperty. Identifies the MultiPage`1.ItemTemplate bindable property. |
static readonly | SelectedItemProperty | BindableProperty. Identifies the MultiPage`1.SelectedItem bindable property. |
| [read-only] | Children | IList<T>. Gets an IList<Page> of child elements of the MultiPage. |
| CurrentPage | T. Gets or sets the currently selected page. | |
| ItemsSource | IEnumerable. The source for the items to be displayed. | |
| ItemTemplate | DataTemplate. The template for displaying items. | |
| SelectedItem | object. The currently selected item. |
abstract | CreateDefault(object)Create default provides a default method of creating new pages from objects in a binding scenario. | |
override | OnBackButtonPressed()Event that is raised when the back button is pressed. | |
override | OnChildAdded(Element)Called when a child has been added to the Xamarin.Forms.MultiPage`1. | |
OnCurrentPageChanged()Raises the MultiPage<T>.CurrentPageChanged event. | ||
OnPagesChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)Called when the pages of the Xamarin.Forms.MultiPage`1 have been changed. | ||
override | OnPropertyChanged(string)Called when a bindable property has changed. | |
SetupContent(T, int)When overriden in a derived class, performs initialization of content. | ||
| CurrentPageChanged | Raised when the Xamarin.MultiPage<T>.CurrentPage property changes. | |
| PagesChanged | Raised when the children pages of the Xamarin.Forms.MultiPage`1 have changed. |
| Xamarin.Forms.IItemsView<T>.CreateDefault | Sets the page that is specified by item as the default page. | |
| Xamarin.Forms.IItemsView<T>.SetupContent | Performs initialization of content. |