C# Класс System.Windows.Mvvm.Services.Navigation.WindowEventArgs

Represents the event arguments that are passed to the window events of the window navigation service.
Наследование: EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
WindowEventArgs ( NavigationService navigationService )

Initializes a new WindowEventArgs instance.

Описание методов

WindowEventArgs() публичный Метод

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