Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implementation of the IInteractionRequest interface.
Namespace: Microsoft.Practices.Prism.Interactivity.InteractionRequest
Assembly: Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)
Syntax
public class InteractionRequest<T> : IInteractionRequest
where T : Notification
'Declaration
Public Class InteractionRequest(Of T As Notification) _
Implements IInteractionRequest
Type Parameters
- T
Inheritance Hierarchy
System.Object
Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequest<T>
See Also
Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace