Programming with Reflection
ResetEvent method
Syntax object.ResetEvent Event
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.
Event Argument type: Integer
Specifies the number assigned to the event with DefineEvent.