Overview | Methods | This Package | All Packages
Triggers the MDIChildActivate event.
Syntax
protected void onMDIChildActivate( Form form )
protected void onMDIChildActivate( Event e )
Parameters
form
A Form object that identifies the form that is being activated.
e
An Event object that provides the event data.
Remarks
The MDIChildActivate event occurs when an MDI child form is activated.
When overriding onMDIChildActivate, be sure to call super.onMDIChildActivate.