Form.addOnDeactivate

Overview | Methods | This Package | All Packages

Form.addOnDeactivate

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