C# Class Cocktail.NavigationArgs

Provides data for navigation methods that cannot cancel the navigation request.
Inheritance: NavigationCancelArgs
Afficher le fichier Open project: IdeaBlade/Punch Class Usage Examples

Méthodes publiques

Méthode Description
NavigationArgs ( object parameter ) : System

Creates a new instance.

Method Details

NavigationArgs() public méthode

Creates a new instance.
public NavigationArgs ( object parameter ) : System
parameter object Parameter passed to the target view model.
Résultat System