Skip to main content

RibbonControl.ToolbarModeChanged Event

In This Article

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public event ToolbarModeChangedEventHandler ToolbarModeChanged

#Event Data

The ToolbarModeChanged event's handler receives an argument of the PropertyChangedEventArgs type. The following properties provide information specific to this event:

Property Description
PropertyName Gets the name of the property that changed.
See Also