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