Skip to main content

RadialMenu.MouseLeave Event

Occurs when the mouse pointer leaves the control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Action")]
public event RadialMenuMouseLeaveEventHandler MouseLeave

Event Data

The MouseLeave event's data class is DevExpress.XtraBars.Ribbon.RadialMenuMouseLeaveEventArgs.

See Also