[]
        
(Showing Draft Content)

C1.Win.C1Command.C1RadialMenu.ItemClick

ItemClick Event

Occurs when a menu item is clicked.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[C1Description("C1RadialMenu.ItemClick", "Occurs when a menu item is clicked.")]
public event RadialMenuItemClickEventHandler ItemClick
Returns
Type Description
RadialMenuItemClickEventHandler Occurs when a menu item is clicked.
Remarks

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