Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / OnEventEnable Enumeration


OnEventEnable Enumeration
Specifies whether Event is enabled or disabled.
Syntax
'Declaration
 
Public Enum OnEventEnable 
   Inherits System.Enum
 
'Usage
 
Dim instance As OnEventEnable
Members
MemberDescription
DisableEvent is not enabled. If the event occurs, it will not trigger the associated commands.
EnableEvent is enabled. If the event occurs, it will trigger the associated commands.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.OnEventEnable

See Also