Skip to main content

BackstageViewControl.ComplexLayoutStateChanged Event

Fires when the BackstageViewControl.ComplexLayoutState is changed.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public event ComplexLayoutStateChangedEventHandler ComplexLayoutStateChanged

#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