Overview | Methods | This Package | All Packages
Assigns a delegate to the deactivate event.
Syntax
public final void addOnDeactivate( EventHandler value )
Parameters
value
The EventHandler delegate to be notified when the event occurs.
Remarks
The deactivate event occurs when a form is deactivated.
See Also onDeactivate, removeOnDeactivate