InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / OnEventAfterEvent Enumeration


OnEventAfterEvent Enumeration
Specifies what happens after Event occurs.
Syntax
'Declaration
 
Public Enum OnEventAfterEvent 
   Inherits System.Enum
 
'Usage
 
Dim instance As OnEventAfterEvent
Members
MemberDescription
EventDisableAfter the event occurs, it is still defined, but is disabled. If the event occurs again, it will not trigger the associated commands.
EventReenableAfter the event occurs, it is still enabled. If the event occurs again, it continues to trigger the associated commands.
EventRemoveAfter the event occurs, it is removed from the list of defined events.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.OnEventAfterEvent

See Also