Assigns a delegate to the closed event.
public final void addOnClosed( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
A Form object's closed event is fired when the form is closed.
See Also onClosed, removeOnClosed