'Declaration
Public Enum OnEventEnable Inherits System.Enum
'Usage
Dim instance As OnEventEnable
public enum OnEventEnable : System.Enum
'Declaration
Public Enum OnEventEnable Inherits System.Enum
'Usage
Dim instance As OnEventEnable
public enum OnEventEnable : System.Enum
Member | Description |
---|---|
Disable | Event is not enabled. If the event occurs, it will not trigger the associated commands. |
Enable | Event is enabled. If the event occurs, it will trigger the associated commands. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.OnEventEnable