Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / RemoveEvent Method

The number that designates the event to remove. (This number is defined with DefineEvent.)

In This Topic
RemoveEvent Method (IbmScreen)
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 IbmScreen Object

Parameters

eventNumber

The number that designates the event to remove. (This number is defined with DefineEvent.)

See Also