Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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