Form.addOnMDIChildActivate

Overview | Methods | This Package | All Packages

Form.addOnMDIChildActivate

Assigns a delegate to the mdiChildActivate event.

Syntax

public final void addOnMDIChildActivate( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The mdiChildActivate event occurs when a child window in an MDI application is activated.

See Also   onMDIChildActivate, removeOnMDIChildActivate