[]
        
(Showing Draft Content)

C1.Win.C1Command.C1RadialMenu.ItemClosed

ItemClosed Event

Occurs when a menu item is closed.

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

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