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






Gets the Action associated to this instance.

Syntax

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

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.