Skip to main content

LayoutControl.IsCustomizationChanged Event

Fires when the LayoutControl.IsCustomization property’s value is changed.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public event EventHandler IsCustomizationChanged

Event Data

The IsCustomizationChanged event's data class is EventArgs.

Remarks

See the LayoutControl.IsCustomization topic to learn more.

See Also