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