EventSubscription<TPayload>.Action Property
Gets the target Action<T> that is referenced by the IDelegateReference.
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 Action<TPayload> Action { get; }
'Declaration
Public ReadOnly Property Action As Action(Of TPayload)
Get
Property Value
Type: Action<TPayload>
An Action<T> or nulla null reference (Nothing in Visual Basic) if the referenced target is not alive.
See Also
EventSubscription<TPayload> Class
EventSubscription<TPayload> Members