Xamarin.Forms.MultiPage<T> Members

The members of Xamarin.Forms.MultiPage<T> are listed below.

See Also: Inherited members from Xamarin.Forms.Page

Protected Constructors

Provides the base initialization for objects derived from the MultiPage<T> class.

Public Fields

static readonly
ItemsSourcePropertyBindableProperty. Identifies the MultiPage`1.ItemsSource property.
static readonly
ItemTemplatePropertyBindableProperty. Identifies the MultiPage`1.ItemTemplate bindable property.
static readonly
SelectedItemPropertyBindableProperty. Identifies the MultiPage`1.SelectedItem bindable property.

Public Properties

[read-only]
ChildrenIList<T>. Gets an IList<Page> of child elements of the MultiPage.
CurrentPageT. Gets or sets the currently selected page.
ItemsSourceIEnumerable. The source for the items to be displayed.
ItemTemplateDataTemplate. The template for displaying items.
SelectedItemobject. The currently selected item.

Protected Methods

abstract
CreateDefault(object) : T
Create default provides a default method of creating new pages from objects in a binding scenario.
override
OnBackButtonPressed() : bool
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.

Public Events

CurrentPageChangedRaised when the Xamarin.MultiPage<T>.CurrentPage property changes.
PagesChangedRaised when the children pages of the Xamarin.Forms.MultiPage`1 have changed.

Explicitly Implemented Interface Members

Xamarin.Forms.IItemsView<T>.CreateDefaultSets the page that is specified by item as the default page.
Xamarin.Forms.IItemsView<T>.SetupContentPerforms initialization of content.