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

RadialMenu.MouseDown Event

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Action")]
public event RadialMenuMouseDownEventHandler MouseDown

Event Data

The MouseDown event's data class is DevExpress.XtraBars.Ribbon.RadialMenuMouseDownEventArgs.

See Also