LayoutControl.IsCustomizationChanged Event
Fires when the LayoutControl.IsCustomization property’s value is changed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Event Data
The IsCustomizationChanged event's data class is EventArgs.
Remarks
See the LayoutControl.IsCustomization topic to learn more.
See Also