RadialMenu Events
The menu where items are arranged along the circumference.
Name | Description |
---|---|
Before |
Allows you to customize the popup menu before it is displayed onscreen.
Inherited from Popup |
Center |
Occurs when the center button is clicked. |
Close |
Occurs when the Popup |
Collapsed | Fires after the menu is collapsed. |
Collapsing | Fires when the menu is about to be collapsed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Expanded | Fires after the menu is expanded. |
Expanding | Fires when the menu is about to be expanded. |
Link |
Fires immediately after a link has been added to the popup menu.
Inherited from Popup |
Link |
Fires immediately after a link has been removed from the popup menu.
Inherited from Popup |
Mouse |
Occurs when the mouse pointer is over the control and a mouse button is pressed. |
Mouse |
Occurs when the mouse pointer enters the control. |
Mouse |
Occurs when the mouse pointer leaves the control. |
Mouse |
Occurs when the mouse pointer is moved over the control. |
Mouse |
Occurs when the mouse pointer is over the control and a mouse button is released. |
Popup |
Occurs when the Popup |
See Also