Events
From SmartWin Wiki
An Event is something which occurs in your application, often due to user action. For instance, if a user of your application chooses a menu item, an event will be raised. The program can choose to register interest in this event by setting an Event Handler. (See Event Handlers).
