Skip to main content

IsCustomizationChangedEventArgs(Boolean) Constructor

Initializes a new instance of the IsCustomizationChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public IsCustomizationChangedEventArgs(
    bool newValue
)

Parameters

Name Type Description
newValue Boolean

A new value of the DockLayoutManager.IsCustomization property.

See Also