Back to Devexpress

RadialMenu Events

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-dot-underscore-events.md

latest3.3 KB
Original Source

RadialMenu Events

The menu where items are arranged along the circumference.

NameDescription
BeforePopupAllows you to customize the popup menu before it is displayed onscreen. Inherited from PopupMenuBase.
CenterButtonClickOccurs when the center button is clicked.
CloseUpOccurs when the PopupMenuBase object is hidden. Inherited from PopupMenuBase.
CollapsedFires after the menu is collapsed.
CollapsingFires when the menu is about to be collapsed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ExpandedFires after the menu is expanded.
ExpandingFires when the menu is about to be expanded.
LinkAddedFires immediately after a link has been added to the popup menu. Inherited from PopupMenuBase.
LinkDeletedFires immediately after a link has been removed from the popup menu. Inherited from PopupMenuBase.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed.
MouseEnterOccurs when the mouse pointer enters the control.
MouseLeaveOccurs when the mouse pointer leaves the control.
MouseMoveOccurs when the mouse pointer is moved over the control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released.
PopupOccurs when the PopupMenuBase object appears onscreen. Inherited from PopupMenuBase.

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace