Removes the delegate that is assigned to the closing event.
public final void removeOnClosing( CancelEventHandler value )
value
The CancelEventHandler delegate to be removed.
A closing event occurs as the form is being closed. If you cancel this event, the form does not close.
See Also addOnClosing, onClosing