Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.addOnDeactivate
Assigns a delegate to the deactivate event.
Syntax
public final void addOnDeactivate( EventHandlervalue**)**
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