Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.