Skip to main content
A newer version of this page is available. .

RadialMenu.MouseUp Event

Occurs when the mouse pointer is over the control and a mouse button is released.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Action")]
public event RadialMenuMouseUpEventHandler MouseUp

Event Data

The MouseUp event's data class is DevExpress.XtraBars.Ribbon.RadialMenuMouseUpEventArgs.

See Also