Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.addOnClosed
Assigns a delegate to the closed event.
Syntax
public final void addOnClosed( EventHandler value )
Parameters
value
The EventHandler delegate to be notified when the event occurs.
Remarks
A Form object's closed event is fired when the form is closed.
See Also onClosed, removeOnClosed