Back to Devexpress

RibbonControl.ToolbarLocationChanged Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-2a93d4c0.md

latest1.6 KB
Original Source

RibbonControl.ToolbarLocationChanged Event

Fires after the value of the RibbonControl.ToolbarLocation property has been changed.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler ToolbarLocationChanged
vb
<DXCategory("Events")>
Public Event ToolbarLocationChanged As EventHandler

Event Data

The ToolbarLocationChanged event's data class is EventArgs.

Remarks

To get the current location of the Quick Access Toolbar, use the RibbonControl.ToolbarLocation property.

See Also

ToolbarLocation

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace