[]
Occurs when a menu item is closed.
[C1Description("C1RadialMenu.ItemClosed", "Occurs when a menu item is closed.")]
public event EventHandler ItemClosed
<C1Description("C1RadialMenu.ItemClosed", "Occurs when a menu item is closed.")>
Public Event ItemClosed As EventHandler
| 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.