C# Class App42_WNS_Sample.MainPage

Inheritance: global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
Show file Open project: shephertz/App42-WinRT-Samples

Public Methods

Method Description
HideLoadingBar ( ) : void
MainPage ( ) : System
NotifyUser ( string strMessage, NotifyType type ) : void

Used to display messages to the user

ShowLoadingBar ( ) : void

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
Connect ( int connectionId, object target ) : void
CreateOrUpdateChannel ( ) : void
InitializeComponent ( ) : void
SendTileWithImage_Click ( object sender, RoutedEventArgs e ) : void
SendTile_Click ( object sender, RoutedEventArgs e ) : void
SendToastWithParams_Click ( object sender, RoutedEventArgs e ) : void
SendToast_Click ( object sender, RoutedEventArgs e ) : void

Method Details

HideLoadingBar() public method

public HideLoadingBar ( ) : void
return void

MainPage() public method

public MainPage ( ) : System
return System

NotifyUser() public method

Used to display messages to the user
public NotifyUser ( string strMessage, NotifyType type ) : void
strMessage string
type NotifyType
return void

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
return void

ShowLoadingBar() public method

public ShowLoadingBar ( ) : void
return void