Intersoft ClientUI Documentation
IsAlive Property



Gets a value indicating whether the Action's owner is still alive, or if it was collected by the Garbage Collector already.
Syntax
Public ReadOnly Property IsAlive As Boolean
Dim instance As WeakAction
Dim value As Boolean
 
value = instance.IsAlive
public bool IsAlive {get;}
public:
property bool IsAlive {
   bool get();
}
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 Class
WeakAction Members

Send Feedback