InteractionRequestedEventArgs.Callback Property
Gets the callback to execute when an interaction is completed.
Namespace: Microsoft.Practices.Prism.Interactivity.InteractionRequest
Assembly: Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)
Syntax
public Action Callback { get; private set; }
'Declaration
Public Property Callback As Action
Get
Private Set
See Also
InteractionRequestedEventArgs Class
Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace