C# Класс Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequestedEventArgs

Event args for the IInteractionRequest.Raised event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System

Constructs a new instance of InteractionRequestedEventArgs

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

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

Constructs a new instance of InteractionRequestedEventArgs
public InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System
context INotification
callback System.Action
Результат System