Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.