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

BarDockInfo.ContainerTypeChanged Event

Fires in response to changing the BarDockInfo.ContainerType property’s value.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event EventHandler ContainerTypeChanged

Event Data

The ContainerTypeChanged event's data class is EventArgs.

See Also