Creating, copying, editing, or deleting event handlers
In WinStudio, event handlers are objects specific to a form that supplement, alter, or cancel the default event-handling behavior of WinStudio. You create and name event handlers, which execute when an event matching the name of the event handler is generated. The event can be generated by WinStudio as the user interacts with a form, or it can be generated programmatically by the developer.
To create, copy, edit, or delete event handlers for a form:
Related topics