Triggers the MDIChildActivate event.
protected void onMDIChildActivate( Form form )
protected void onMDIChildActivate( Event e )
form
A Form object that identifies the form that is being activated.
e
An Event object that provides the event data.
The MDIChildActivate event occurs when an MDI child form is activated.
When overriding onMDIChildActivate, be sure to call super.onMDIChildActivate.
See Also addOnMDIChildActivate, removeOnMDIChildActivate