Property | Type | Description | |
---|---|---|---|
Current | MainPage |
Method | Description | |
---|---|---|
AddCustomTitleBar ( ) : void | ||
MainPage ( ) : System | ||
NotifyUser ( string strMessage, NotifyType type ) : void |
Used to display messages to the user
|
|
RemoveCustomTitleBar ( ) : void |
Method | Description | |
---|---|---|
OnNavigatedTo ( NavigationEventArgs e ) : void |
Method | Description | |
---|---|---|
Button_Click ( object sender, |
||
Footer_Click ( object sender, |
||
ScenarioControl_SelectionChanged ( object sender, |
Called whenever the user changes selection in the scenarios list. This method will navigate to the respective sample scenario page.
|
public NotifyUser ( string strMessage, NotifyType type ) : void | ||
strMessage | string | |
type | NotifyType | |
return | void |
protected OnNavigatedTo ( NavigationEventArgs e ) : void | ||
e | NavigationEventArgs | |
return | void |