Control.addOnCreateHandle

Overview | Methods | Fields | This Package | All Packages

Control.addOnCreateHandle

Assigns a delegate to the createHandle event.

Syntax

public final void addOnCreateHandle( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The createHandle event occurs immediately after the control's handle is created.

See Also   removeOnCreateHandle


Send feedback to MSDN.Look here for MSDN Online resources.