Intersoft ClientUI Documentation
Action Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > EventSubscription<TPayload> Class : Action Property






Gets the target Action that is referenced by the IDelegateReference.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Action As Action(Of TPayload)
Visual Basic (Usage)Copy Code
Dim instance As EventSubscription(Of TPayload)
Dim value As Action(Of TPayload)
 
value = instance.Action
C# 
public Action<TPayload> Action {get;}
Delphi 
public read-only property Action: Action; 
JScript 
public function get Action : Action
Managed Extensions for C++ 
public: __property Action<TPayload*>* get_Action();
C++/CLI 
public:
property Action<TPayload^>^ Action {
   Action<TPayload^>^ get();
}

Property Value

An Action or a null reference (Nothing in Visual Basic) if the referenced target is not alive.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.