Microsoft SDK for Java

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

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