RAISE

RAISE Event ( [ Parameter #1 [ , Parameter #2 ... ] ) [ AS ReturnVariable ]

This statement raises an event previously declared with the EVENT keyword.

You can specify a boolean variable that will receive TRUE if the event handler has called STOP EVENT.

See Events declaration for an example.