[]
        
(Showing Draft Content)

C1.Win.C1Command.C1RadialMenu.ItemUncheck

ItemUncheck Event

Occurs when a menu item is unchecked.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[C1Description("C1RadialMenu.ItemUncheck", "Occurs when a menu item is unchecked.")]
public event EventHandler<RadialMenuItemUncheckEventArgs> ItemUncheck
Returns
Type Description
EventHandler<RadialMenuItemUncheckEventArgs> Occurs when a menu item is unchecked.
Remarks

If the unchecked item has its own Uncheck event associated with it, that event occurs immediately before this one.