Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Page Xamarin.Forms.Page Xamarin.Forms.IItemsView<T> Xamarin.Forms.IPageContainer<T> Xamarin.Forms.IViewContainer<T> Xamarin.Forms.ContentProperty("Children") The particular subclass of that the MultiPage services. A bindable, templatable base class for pages which contain multiple sub-pages. Provides a base implementation for binding and templating pages. XAML for Xamarin.Forms supports the following properties for the class: Property Value ItemsSource A static collection of data objects. ItemTemplate A view that has bindings to properties on the members of the collection that is specified by ItemsSource. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Provides the base initialization for objects derived from the MultiPage<T> class. provides two classes that are derived from , and . Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<T> Gets an IList<Page> of child elements of the MultiPage. A IList<Page>. The default is an empty list. The collection of a contains all the children added through the public add/remove interface. Internal children will not be exposed through this collection. The following shows the creation of a , which descends from . Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 T The object which the default page should be templated from. Create default provides a default method of creating new pages from objects in a binding scenario. The newly created page. Most implementors will not need to use or override CreateDefault. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 T Gets or sets the currently selected page. The current page. The default value is null. The default page will usually get set when the multi-page is displayed or templated. Event 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler Raised when the property changes. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.IEnumerable The source for the items to be displayed. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the property. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.DataTemplate The template for displaying items. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the bindable property. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Event that is raised when the back button is pressed. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The child that was added. Called when a child has been added to the . Method 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void Raises the event. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. Called when the pages of the have been changed. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void System.Runtime.CompilerServices.CallerMemberName The name of the property that was changed. Called when a bindable property has changed. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Specialized.NotifyCollectionChangedEventHandler Raised when the children pages of the have changed. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object The currently selected item. The selected item from the or if nothing selected. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the bindable property. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. To be added. When overriden in a derived class, performs initialization of . To be added. Method 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. Application developers override this method to unregister event handlers for items that they registered in . Application developers must call before performing any other action when overriding this method. Application developers who override to allocate resources must override this method in order to deallocate them. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 T To be added. Sets the page that is specified by as the default page. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. To be added. Performs initialization of . To be added. Method 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. Internal use only. To be added.