Programming with Reflection

image\rwnprg32.gif CheckEventNumber method

 

Syntax Result = object.CheckEventNumber(EventNumber)

 

Description

Checks for the occurrence of the specified event, defined with the DefineEvent method.

Arguments

EventNumber Argument type: Integer
The event for which to check. The event number is assigned by the Event argument of DefineEvent.

Return

Result Return type: Integer
Returns True if the event has occurred and False if it has not.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command