[]
        
(Showing Draft Content)

C1.Win.C1Command.C1RadialMenu.ItemClosing

ItemClosing Event

Occurs when a menu item is closing.

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

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