EventSubscription<TPayload>.Action Property

Gets the target Action<T> that is referenced by the IDelegateReference.

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

Syntax

public Action<TPayload> Action { get; }
'Declaration
Public ReadOnly Property Action As Action(Of TPayload)
    Get

Field Value

An Action<T> or nulla null reference (Nothing in Visual Basic) if the referenced target is not alive.

See Also

EventSubscription<TPayload> Class

Microsoft.Practices.Prism.Events Namespace