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

Represents the event arguments that are passed to the window events of the window navigation service.
Inheritance: EventArgs
Exibir arquivo Open project: lecode-official/mvvm-framework

Public Methods

Method Description
WindowEventArgs ( NavigationService navigationService )

Initializes a new WindowEventArgs instance.

Method Details

WindowEventArgs() public method

Initializes a new WindowEventArgs instance.
public WindowEventArgs ( NavigationService navigationService )
navigationService NavigationService The navigation service which is affected by the event.