Skip to main content

RadialMenu Events

The menu where items are arranged along the circumference.
Name Description
BeforePopup Allows you to customize the popup menu before it is displayed onscreen. Inherited from PopupMenuBase.
CenterButtonClick Occurs when the center button is clicked.
CloseUp Occurs when the PopupMenuBase object is hidden. Inherited from PopupMenuBase.
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.
LinkAdded Fires immediately after a link has been added to the popup menu. Inherited from PopupMenuBase.
LinkDeleted Fires immediately after a link has been removed from the popup menu. Inherited from PopupMenuBase.
MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed.
MouseEnter Occurs when the mouse pointer enters the control.
MouseLeave Occurs when the mouse pointer leaves the control.
MouseMove Occurs when the mouse pointer is moved over the control.
MouseUp Occurs when the mouse pointer is over the control and a mouse button is released.
Popup Occurs when the PopupMenuBase object appears onscreen. Inherited from PopupMenuBase.
See Also