Programming with Reflection

image\rwnprg32.gif ResetEvent method

 

Syntax object.ResetEvent Event

 

Description

Resets an event. This removes an event from the queue and allows other events to fire.

Use this method to be sure that WaitEvent and CheckEvent aren't automatically satisfied by any previous occurrence of the specified event.

Arguments

Event Argument type: Integer
Specifies the number assigned to the event with DefineEvent.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command