Xamarin.Forms.Application: Method Members

The methods of Xamarin.Forms.Application are listed below. For a list of all members, see the Application Members list.

See Also: Inherited members from Xamarin.Forms.Element

Protected Methods

override
OnParentSet()
Throws InvalidOperationException.
OnResume()
Application developers override this method to perform actions when the application resumes from a sleeping state.
OnSleep()
Application developers override this method to perform actions when the application enters the sleeping state.
OnStart()
Application developers override this method to perform actions when the application starts.