Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / RemoveOnEvent Method
The number that designates the event to remove. (This number is defined with DefineEvent


In This Topic
    RemoveOnEvent Method (IIbmScreen)
    In This Topic
    Removes a specific event that was defined via DefineEvent.
    Syntax
    'Declaration
     
    
    Sub RemoveOnEvent( _
       ByVal eventNumber As Integer _
    ) 
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim eventNumber As Integer
     
    instance.RemoveOnEvent(eventNumber)
    void RemoveOnEvent( 
       int eventNumber
    )

    Parameters

    eventNumber
    The number that designates the event to remove. (This number is defined with DefineEvent
    See Also