Application
Name | Value |
---|---|
Assembly | Catel.MVVM |
Namespace | Catel.Xamarin.Forms |
Available on | Portable Class Libraries |
public class Application<TMainPage> : Application where TMainPage : Page
Base types Application
The application base class.
Type Parameters
TMainPage The main page type.
Constructors
Application()
The main application.
Methods
OnCustomizeMainPage(TMainPage currentMainPage)
Allow developers customize the application page.
Parameters
Name | Description |
---|---|
currentMainPage | The current main page. |
Returns
The customized main page.
Examples
return new Navigation(currentMainPage);
Have a question about Catel? Use StackOverflow with the Catel tag!