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

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

Public Methods

Method Description
WindowEventArgs ( NavigationService navigationService ) : System

Initializes a new WindowEventArgs instance.

Method Details

WindowEventArgs() public method

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