[]
        
(Showing Draft Content)

C1.Win.Command.C1RadialMenu.ItemOpening

ItemOpening Event

Occurs when a menu item is opening.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[C1Description("C1RadialMenu.ItemOpening", "Occurs when a menu item is opening.")]
public event CancelEventHandler ItemOpening
Returns
Type Description
CancelEventHandler Occurs when a menu item is opening.
Remarks

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