'Declaration
Public Enum OnEventAfterEvent Inherits System.Enum
'Usage
Dim instance As OnEventAfterEvent
public enum OnEventAfterEvent : System.Enum
'Declaration
Public Enum OnEventAfterEvent Inherits System.Enum
'Usage
Dim instance As OnEventAfterEvent
public enum OnEventAfterEvent : System.Enum
Member | Description |
---|---|
EventDisable | After the event occurs, it is still defined, but is disabled. If the event occurs again, it will not trigger the associated commands. |
EventReenable | After the event occurs, it is still enabled. If the event occurs again, it continues to trigger the associated commands. |
EventRemove | After the event occurs, it is removed from the list of defined events. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.OnEventAfterEvent