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

AutoHideGroup.DockTypeChanged Event

Fires when the value of the AutoHideGroup.DockType property is changed.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public event DockTypeChangedEventHandler DockTypeChanged

Event Data

The DockTypeChanged event's data class is DevExpress.Xpf.Docking.DockTypeChangedEventArgs.

See Also