[]
        
(Showing Draft Content)

C1.Win.C1Command.C1RadialMenu.ItemCheck

ItemCheck Event

Occurs when a menu item is checked.

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

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