expression.EnableDefineEvent( _ ByVal EventNumber As Integer, _ ByVal Enabled As Integer _ )
where expression is a variable that represents a IbmScreen Object
Parameters
- EventNumber
- The identifier assigned to the event in the DefineEvent method.
- Enabled
- Sets whether to enable or disable the event. A value of 1 enables the event. All other values disable the event.