InteractionRequest<T> Class

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

InteractionRequest<T> Members

Microsoft.Practices.Prism.Interactivity.InteractionRequest Namespace