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

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

Méthodes publiques

Méthode Description
InteractionRequestedEventArgs ( INotification context, System.Action callback ) : System

Constructs a new instance of InteractionRequestedEventArgs

Method Details

InteractionRequestedEventArgs() public méthode

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