'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As AEEventData Dim value As Boolean instance.Enabled = value value = instance.Enabled
public bool Enabled {get; set;}
Property Value
The default value of this property is False
.
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As AEEventData Dim value As Boolean instance.Enabled = value value = instance.Enabled
public bool Enabled {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.