Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / OnEventAfterEvent Enumeration


In This Topic
    OnEventAfterEvent Enumeration
    In This Topic
    Specifies what happens after Event occurs.
    Syntax
    'Declaration
     
    
    Public Enum OnEventAfterEvent 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OnEventAfterEvent
    public enum OnEventAfterEvent : System.Enum 
    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