Skip to main content
Bar

BarDockInfo.ContainerTypeChanged Event

In This Article

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

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event EventHandler ContainerTypeChanged

#Event Data

The ContainerTypeChanged event's handler receives an argument of the EventArgs type.

See Also