GB.Attach

void GB.Attach ( void * object , void * parent , const char * name )

Defines the event observer of an object, i.e. the parent object that will receive all the events it will raise.

For example, if name is "Form" and the object raises the event Close, then the Form_Close method of the event observer will be called.


Referenced by :