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

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

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

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

Initializes a new WindowEventArgs instance.

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

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

Initializes a new WindowEventArgs instance.
public WindowEventArgs ( NavigationService navigationService ) : System
navigationService NavigationService The navigation service which is affected by the event.
Результат System