Triggers the closing event.
protected void onClosing( CancelEvent e )
e
A CancelEvent object that provides the event data.
A closing event occurs as the form is being closed. If you cancel this event, the form does not close.
See Also addOnClosing, removeOnClosing