MenuItem.removeOnSelect

Overview | Methods | This Package | All Packages

MenuItem.removeOnSelect

Removes the delegate that is assigned to the select event.

Syntax

public void removeOnSelect( EventHandler value )

Parameters

value

The EventHandler delegate to be removed.

Remarks

The select event occurs when a menu item has been selected but not yet activated.

See Also   addOnSelect, onSelect