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

Represents the event arguments that are passed to the navigation events of the view models.
Наследование: System.ComponentModel.CancelEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel

Initializes a new NavigationEventArgs instance.

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

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

Initializes a new NavigationEventArgs instance.
public NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel
reason NavigationReason The reason of the navigation.
Результат System.ComponentModel