C# Class App42_WNS_Sample.MainPage

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

Méthodes publiques

Méthode Description
HideLoadingBar ( ) : void
MainPage ( ) : System
NotifyUser ( string strMessage, NotifyType type ) : void

Used to display messages to the user

ShowLoadingBar ( ) : void

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

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

Private Methods

Méthode 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 méthode

public HideLoadingBar ( ) : void
Résultat void

MainPage() public méthode

public MainPage ( ) : System
Résultat System

NotifyUser() public méthode

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

OnNavigatedTo() protected méthode

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.
Résultat void

ShowLoadingBar() public méthode

public ShowLoadingBar ( ) : void
Résultat void