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


In This Topic
    OnEventEnable Enumeration
    In This Topic
    specifies whether Event is enabled or disabled.
    Syntax
    'Declaration
     
    
    Public Enum OnEventEnable 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OnEventEnable
    public enum OnEventEnable : System.Enum 
    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.OpenSystems.OnEventEnable

    See Also