Intersoft ClientUI Documentation
WeakAction<T> Class
Members 



The type of the Action's parameter.
Represents a generic weak action, which references an action while still allowing the owner of the action to be reclaimed by garbage collection.
Syntax
Public Class WeakAction(Of T) 
   Inherits WeakAction
Dim instance As WeakAction(Of T)
public class WeakAction<T> : WeakAction 
generic<typename T>
public ref class WeakAction : public WeakAction 
Type Parameters
T
The type of the Action's parameter.
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.WeakAction
      Intersoft.Client.Framework.WeakAction<T>

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> Members
Intersoft.Client.Framework Namespace

Send Feedback