Back to Devexpress

IXtraResizableControl.Changed Event

windowsforms-devexpress-dot-utils-dot-controls-dot-ixtraresizablecontrol-6aa53cf5.md

latest1.2 KB
Original Source

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

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
event EventHandler Changed
vb
Event Changed As EventHandler

Event Data

The Changed event's data class is EventArgs.

See Also

IXtraResizableControl Interface

IXtraResizableControl Members

DevExpress.Utils.Controls Namespace