[]
        
(Showing Draft Content)

C1.Win.Command.C1RadialMenu.ItemClosed

ItemClosed Event

Occurs when a menu item is closed.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.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.