InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / RemoveEvent Method
Long value designating the event to remove
In This Topic
    RemoveEvent Method (Screen)
    In This Topic
    Removes a specific event that was defined via DefineEvent.
    Syntax
    expression.RemoveEvent( _
       ByVal eventNumber As Integer _
    ) 
    where expression is a variable that represents a Screen Object

    Parameters

    eventNumber
    Long value designating the event to remove
    See Also