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


The following tables list the members exposed by WeakAction.

Public Constructors

 NameDescription
public ConstructorWeakAction 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.  
public PropertyTargetGets the Action's owner. This object is stored as a System.WeakReference.  
Top

Public Methods

 NameDescription
public MethodDisposeClears the weak reference of this instance.  
public MethodInvokeInvokes the action of this instance. This method runs only if the target of the reference is still alive.  
Top

See Also

© 2012 All Rights Reserved.