Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.addOnDestroyHandle
Assigns a delegate to the destroyHandle event.
Syntax
public final void addOnDestroyHandle( EventHandler value )
Parameters
value
The EventHandler delegate to be notified when the event occurs.
Remarks
The destroyHandle event occurs immediately before the control's handle is destroyed.
See Also removeOnDestroyHandle