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

RadialMenu.MouseEnter Event

Occurs when the mouse pointer enters the control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Action")]
public event RadialMenuMouseEnterEventHandler MouseEnter

Event Data

The MouseEnter event's data class is DevExpress.XtraBars.Ribbon.RadialMenuMouseEnterEventArgs.

See Also