Skip to main content
A newer version of this page is available. .

IXtraResizableControl.Changed Event

The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Utils.v18.2.dll

Declaration

event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also