Intersoft ClientUI Documentation
WeakAction<T> Class Members
Properties  Methods 


The following tables list the members exposed by WeakAction<T>.

Public Constructors
 NameDescription
Public ConstructorWeakAction<T> Constructor Initializes a new instance of the WeakAction class.  
Top
Public Properties
 NameDescription
Public PropertyAction Gets the Action associated to this instance.  
Public PropertyIsAlive Gets a value indicating whether the Action's owner is still alive, or if it was collected by the Garbage Collector already. (Inherited from Intersoft.Client.Framework.WeakAction)
Public PropertyTargetGets the Action's owner. This object is stored as a System.WeakReference. (Inherited from Intersoft.Client.Framework.WeakAction)
Top
Public Methods
 NameDescription
Public MethodDispose Clears the weak reference of this instance. (Inherited from Intersoft.Client.Framework.WeakAction)
Public MethodExecute Invokes the action of this instance. This method runs only if the target of the reference is still alive.  
Public MethodInvoke Invokes the action of this instance. This method runs only if the target of the reference is still alive. The action's parameter is set to default(T).  
Top
See Also

Reference

WeakAction<T> Class
Intersoft.Client.Framework Namespace

Send Feedback