C# Class SoftwareKobo.UniversalToolkit.Helpers.NavigationHelper

Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode Description
Register ( Frame frame ) : void
Register ( Frame frame, System.Action backAction ) : void
Register ( Frame frame, System.Action backAction, System.Action forwardAction ) : void
Register ( Frame frame, System.Action backAction, System.Action forwardAction, NavigationHelperConfig config ) : void
Register ( Frame frame, System.Action backAction, NavigationHelperConfig config ) : void
Register ( Frame frame, Func asyncBackAction ) : void
Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction ) : void
Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction, NavigationHelperConfig config ) : void
Register ( Frame frame, Func asyncBackAction, NavigationHelperConfig config ) : void
Register ( Frame frame, NavigationHelperConfig config ) : void
Unregister ( Frame frame ) : void

Method Details

Register() public static méthode

public static Register ( Frame frame ) : void
frame Windows.UI.Xaml.Controls.Frame
Résultat void

Register() public static méthode

public static Register ( Frame frame, System.Action backAction ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
Résultat void

Register() public static méthode

public static Register ( Frame frame, System.Action backAction, System.Action forwardAction ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
forwardAction System.Action
Résultat void

Register() public static méthode

public static Register ( Frame frame, System.Action backAction, System.Action forwardAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
forwardAction System.Action
config NavigationHelperConfig
Résultat void

Register() public static méthode

public static Register ( Frame frame, System.Action backAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
config NavigationHelperConfig
Résultat void

Register() public static méthode

public static Register ( Frame frame, Func asyncBackAction ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
Résultat void

Register() public static méthode

public static Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
asyncForwardAction Func
Résultat void

Register() public static méthode

public static Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
asyncForwardAction Func
config NavigationHelperConfig
Résultat void

Register() public static méthode

public static Register ( Frame frame, Func asyncBackAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
config NavigationHelperConfig
Résultat void

Register() public static méthode

public static Register ( Frame frame, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
config NavigationHelperConfig
Résultat void

Unregister() public static méthode

public static Unregister ( Frame frame ) : void
frame Windows.UI.Xaml.Controls.Frame
Résultat void