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.v14.2.dll

#Declaration

public event EventHandler IsCustomizationChanged

#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