C# Class NotificationClient.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: timothybinkley/Windows-Phone-8-In-Action

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
SetupChannel ( ) : void
channel_ChannelUriUpdated ( object sender, NotificationChannelUriEventArgs e ) : void
channel_ConnectionStatusChanged ( object sender, NotificationChannelConnectionEventArgs e ) : void
channel_ErrorOccurred ( object sender, NotificationChannelErrorEventArgs e ) : void
channel_ShellToastNotificationReceived ( object sender, NotificationEventArgs e ) : void
share_Click ( object sender, EventArgs e ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void