Microsoft SDK for Java

Form.addOnMenuComplete

Assigns a delegate to the menuComplete event.

Syntax

public final void addOnMenuComplete( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The menuComplete event occurs when the form's main menu loses input focus.

See Also   onMenuComplete, removeOnMenuComplete

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