Share via


EventSubscription<TPayload>.Action Property

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

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

Syntax

'Declaration
Public ReadOnly Property Action As Action(Of TPayload)
public Action<TPayload> Action { get; }
public:
property Action<TPayload>^ Action {
    Action<TPayload>^ get ();
}
function get_action();

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.Composite.Events Namespace