Microsoft SDK for Java

Form.removeOnClosing

Removes the delegate that is assigned to the closing event.

Syntax

public final void removeOnClosing( CancelEventHandler value )

Parameters

value

The CancelEventHandler delegate to be removed.

Remarks

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

See Also   addOnClosing, onClosing

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