CompositePresentationEvent<TPayload> Class

Defines a class that manages publication and subscription to events.

Namespace:  Microsoft.Practices.Prism.Events
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class CompositePresentationEvent<TPayload> : EventBase
'Declaration
Public Class CompositePresentationEvent(Of TPayload) _
    Inherits EventBase

Type Parameters

  • TPayload
    The type of message that will be passed to the subscribers.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Events.EventBase
    Microsoft.Practices.Prism.Events.CompositePresentationEvent<TPayload>

See Also

CompositePresentationEvent<TPayload> Members

Microsoft.Practices.Prism.Events Namespace