[]
Occurs when a menu item is closed.
[C1Description("C1RadialMenu.ItemClosed", "Occurs when a menu item is closed.")]
public event EventHandler ItemClosed
Type | Description |
---|---|
EventHandler | Occurs when a menu item is closed. |
If the closed item has its own Closed event associated with it, that event occurs immediately before this one.