C# Class ApplicationLifetimeSample.Utlitities.BackButtonManager

Inheritance: IDisposable
Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
BackButtonManager ( Frame frame ) : System
Dispose ( ) : void

Private Methods

Méthode Description
OnBackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

BackButtonManager() public méthode

public BackButtonManager ( Frame frame ) : System
frame Windows.UI.Xaml.Controls.Frame
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void