C# Class OfficeTicTacToe.Common.BasePage

Inheritance: Windows.UI.Xaml.Controls.Page, INotifyPropertyChanged
Afficher le fichier Open project: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
BasePage ( ) : OfficeTicTacToe.Graph
CancelTokenSource ( ) : void
Navigate ( Type pageType, object args = null ) : void
RaisePropertyChanged ( string name ) : void
SetTitle ( string newTitle ) : void

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Method Details

BasePage() public méthode

public BasePage ( ) : OfficeTicTacToe.Graph
Résultat OfficeTicTacToe.Graph

CancelTokenSource() public méthode

public CancelTokenSource ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( Type pageType, object args = null ) : void
pageType System.Type
args object
Résultat void

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

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

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string name ) : void
name string
Résultat void

SetTitle() public méthode

public SetTitle ( string newTitle ) : void
newTitle string
Résultat void