Microsoft SDK for Java

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

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