Intersoft ClientUI Documentation
WeakAction<T> Class Members
See Also  Properties  Methods  Send Feedback
Intersoft.Client.Framework Namespace : WeakAction<T> Class


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

Public Constructors

 NameDescription
public ConstructorWeakAction<T> ConstructorInitializes a new instance of the WeakAction class.  
Top

Public Properties

 NameDescription
public PropertyActionGets the Action associated to this instance.  
public PropertyIsAliveGets 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 MethodDisposeClears the weak reference of this instance. (Inherited from Intersoft.Client.Framework.WeakAction)
public MethodExecuteInvokes the action of this instance. This method runs only if the target of the reference is still alive.  
public MethodInvokeInvokes 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

© 2012 All Rights Reserved.