> lang > stopevent | ![]() |
| Documentation |
|
STOP EVENT
This statement must be used in an event handler. It tells the interpreter that the event that called the event handler must be cancelled.
![]() | Only a few events can be cancelled. This is primarily intended to allow you to supersede default keyboard and mouse behavior with your own. |