Principal > def > eventhandler 
 en fr de it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previo  Siguiente  Editar  Renombrar  Deshacer  Buscar  Administración  
Documentación  
¡Precaución! La página no está traducida.  Véase la versión inglesa 
event handler
An evento handler is a public método of a clase that is called each time an evento is raised by an objeto having an observer of the same clase.

The name of the event handler is the "event name" of the objeto, followed by an underscore, and the name of the event.

The event name of an object is usually the name you define in the development environment, but can be anything you want. This name is attributed at object creation by the NEW instruction.

Véase también

Declaración de Eventos, Gestión de Eventos