Control.onDestroyHandle

Overview | Methods | Fields | This Package | All Packages

Control.onDestroyHandle

Triggers the destroyHandle event.

Syntax

protected void onDestroyHandle( Event e )

Parameters

e

An Event object that provides the event data.

Remarks

Inheriting classes should override this method to determine when the handle is about to be destroyed. When overriding this method, call super.onDestroyHandle.

See Also   addOnDestroyHandle