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