C# Class Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequestedEventArgs

Event args for the IInteractionRequest.Raised event.
Inheritance: System.EventArgs
Mostra file Open project: xperiandri/PortablePrism Class Usage Examples

Public Methods

Method Description
InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System

Constructs a new instance of InteractionRequestedEventArgs

Method Details

InteractionRequestedEventArgs() public method

Constructs a new instance of InteractionRequestedEventArgs
public InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System
context INotification
callback System.Action
return System