Skip to main content

IRangeControlClient.LayoutChanged Event

Fires when the layout of items within the range control is changed.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

event EventHandler<LayoutChangedEventArgs> LayoutChanged

Event Data

The LayoutChanged event's data class is DevExpress.Xpf.Editors.RangeControl.LayoutChangedEventArgs.

See Also