Assigns a delegate to the activate event.
public final void addOnActivate( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
A Form object's activate event occurs when the form is activated.
See Also onActivate, removeOnActivate