EventSubscription<TPayload> Class
Provides a way to retrieve a Delegate to execute an action depending on the value of a second filter predicate that returns true if the action should execute.
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 EventSubscription<TPayload> : IEventSubscription
'Declaration
Public Class EventSubscription(Of TPayload)
Implements IEventSubscription
Type Parameters
- TPayload
The type to use for the generic Action<T> and Predicate<T> types.
Inheritance Hierarchy
System.Object
Microsoft.Practices.Prism.PubSubEvents.EventSubscription<TPayload>
Microsoft.Practices.Prism.PubSubEvents.BackgroundEventSubscription<TPayload>
Microsoft.Practices.Prism.PubSubEvents.DispatcherEventSubscription<TPayload>
See Also
EventSubscription<TPayload> Members