Control.addOnDestroyHandle

Overview | Methods | Fields | This Package | All 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


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