C# Class Cocktail.NavigationArgs

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

Public Methods

Method Description
NavigationArgs ( object parameter ) : System

Creates a new instance.

Method Details

NavigationArgs() public method

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