Início > def > eventhandler 
 en fr de es it nl pl pt mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Anterior  Próximo  Editar  Renomear  Desfazer  Procurar  Administração  
Documentação  
Cuidado! Esta página não está traduziada.  Veja a versão em inglês 
event handler
An event handler is a public method of a class that is called each time an event is raised by an objeto having an observer of the same class.

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.

Veja também

Declaração de Eventos, Gerenciamento de Eventos