PubSubEvent<TPayload> Class

Defines a class that manages publication and subscription to events.

Namespace: Microsoft.Practices.Prism.PubSubEvents
Assembly: Microsoft.Practices.Prism.PubSubEvents (in Microsoft.Practices.Prism.PubSubEvents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public class PubSubEvent<TPayload> : EventBase
'Declaration
Public Class PubSubEvent(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.PubSubEvents.EventBase
    Microsoft.Practices.Prism.PubSubEvents.PubSubEvent<TPayload>

See Also

PubSubEvent<TPayload> Members

Microsoft.Practices.Prism.PubSubEvents Namespace