C# Class System.Windows.Mvvm.Services.Navigation.NavigationEventArgs

Represents the event arguments that are passed to the navigation events of the view models.
Inheritance: System.ComponentModel.CancelEventArgs
Exibir arquivo Open project: lecode-official/mvvm-framework Class Usage Examples

Public Methods

Method Description
NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel

Initializes a new NavigationEventArgs instance.

Method Details

NavigationEventArgs() public method

Initializes a new NavigationEventArgs instance.
public NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel
reason NavigationReason The reason of the navigation.
return System.ComponentModel