Intersoft ClientUI Documentation
WeakAction<T> 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(Of T) _
)
Dim action As Action(Of T)
 
Dim instance As New WeakAction(Of T)(action)
public WeakAction<T>( 
   Action<T> action
)
public:
WeakAction<T>( 
   Action<T^>^ 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<T> Class
WeakAction<T> Members

Send Feedback