BackstageViewControl.ComplexLayoutStateChanged Event
In This Article
Fires when the BackstageViewControl.ComplexLayoutState is changed.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Event Data
The ComplexLayoutStateChanged event's handler receives an argument of the DevExpress.Xpf.Bars.ComplexLayoutStateChangedEventArgs type.
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
#Implements
DevExpress.Xpf.Bars.IComplexLayout.ComplexLayoutStateChanged
See Also