Intersoft ClientUI Documentation
WeakAction Constructor



The action that will be associated to this instance.
Initializes a new instance of the WeakAction class.
Syntax
Public Function New( _
   ByVal action As Action _
)
Dim action As Action
 
Dim instance As New WeakAction(action)
public WeakAction( 
   Action action
)
public:
WeakAction( 
   Action^ action
)

Parameters

action
The action that will be associated to this instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WeakAction Class
WeakAction Members

Send Feedback