Microsoft SDK for Java

MenuItem.removeOnClick

Removes the delegate that is assigned to the click event.

Syntax

public void removeOnClick( EventHandler value )

Parameters

value

The EventHandler delegate to be removed.

Remarks

The click event occurs when this menu item is clicked by the user, using the mouse or shortcut keys.

See Also   addOnClick, onClick

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