Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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