Microsoft SDK for Java

Form.onClosing

Triggers the closing event.

Syntax

protected void onClosing( CancelEvent e )

Parameters

e

A CancelEvent object that provides the event data.

Remarks

A closing event occurs as the form is being closed. If you cancel this event, the form does not close.

See Also   addOnClosing, removeOnClosing

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