C# Class SharingScratch.MainPage

Inheritance: global::SharingScratch.Common.LayoutAwarePage
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle

Méthodes publiques

Méthode Description
MainPage ( ) : System
manager_DataRequested ( DataTransferManager sender, DataRequestedEventArgs args ) : void

Méthodes protégées

Méthode Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

OnNavigatedTo ( NavigationEventArgs e ) : void
SaveState ( Object>.Dictionary pageState ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

Method Details

LoadState() protected méthode

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
Résultat void

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
Résultat void

SaveState() protected méthode

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
protected SaveState ( Object>.Dictionary pageState ) : void
pageState Object>.Dictionary An empty dictionary to be populated with serializable state.
Résultat void

manager_DataRequested() public méthode

public manager_DataRequested ( DataTransferManager sender, DataRequestedEventArgs args ) : void
sender DataTransferManager
args DataRequestedEventArgs
Résultat void