Form.addOnActivate

Overview | Methods | This Package | All Packages

Form.addOnActivate

Assigns a delegate to the activate event.

Syntax

public final void addOnActivate( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

A Form object's activate event occurs when the form is activated.

See Also   onActivate, removeOnActivate