|
This event occurs in all draggable controls owned by a window immediately after the Close event occurs in the window. PowerBuilder uses the order of the Control array to determine the order in which the Destructor events are triggered in the controls. When the event is triggered in a user object, it is triggered in all draggable controls in the user object before it is triggered in the next control in the window.
A Destructor event is also triggered when a user object is removed dynamically from a window.
|