خانه > def > eventhandler 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
event handler
An event handler is a public method of a class that is called each time an event is raised by an شی having an observer of the same class.

The name of the event handler is the "event name" of the شی, 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.

همچنین مشاهده کنید

Events declaration, Event Management