LayoutControl.IsCustomizationChanged Event
In This Article
Fires when the LayoutControl.IsCustomization property's value is changed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Event Data
The IsCustomizationChanged event's handler receives an argument of the EventArgs type.
#Remarks
See the LayoutControl.IsCustomization topic to learn more.
See Also