Control.onCreateHandle

Overview | Methods | Fields | This Package | All Packages

Control.onCreateHandle

Triggers the createHandle event.

Syntax

protected void onCreateHandle( Event e )

Parameters

e

An Event object that provides the event data.

Remarks

Inheriting classes should override this method to determine when the handle has been created. When overriding this method, call super.onCreateHandle.

See Also   addOnCreateHandle