Skip to main content

DockLayoutManager.CustomizationFormVisibleChanged Event

In This Article

Fires after the Customization Window has been displayed or hidden.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public event CustomizationFormVisibleChangedEventHandler CustomizationFormVisibleChanged

#Event Data

The CustomizationFormVisibleChanged event's handler receives an argument of the DevExpress.Xpf.Docking.Base.CustomizationFormVisibleChangedEventArgs type.

See Also