'Declaration
Public Property Active As Boolean
'Usage
Dim instance As AEEventData Dim value As Boolean instance.Active = value value = instance.Active
public bool Active {get; set;}
Property Value
The default value of this property is False
.
'Declaration
Public Property Active As Boolean
'Usage
Dim instance As AEEventData Dim value As Boolean instance.Active = value value = instance.Active
public bool Active {get; set;}
The default value of this property is False
.
This property is used only for Condition-Related Events (see EventType).
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.