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

DockLayoutManager.CustomizationFormVisibleChanged Event

Fires after the Customization Window has been displayed or hidden.

Namespace: DevExpress.Xpf.Docking

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

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

Declaration

public event CustomizationFormVisibleChangedEventHandler CustomizationFormVisibleChanged

Event Data

The CustomizationFormVisibleChanged event's data class is DevExpress.Xpf.Docking.Base.CustomizationFormVisibleChangedEventArgs.

See Also