_attach

Public Sub _attach ( Parent As Object , EventName As String )

This special method is called when the object is attached to or detached from its parent.

  • Parent is the parent object.

  • EventName is the event name, i.e. the prefix of event handlers.

If the object is detached, then EventName is NULL.

See also