Skip to main content

RangeControlClientBase.LayoutChanged Event

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

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler<LayoutChangedEventArgs> LayoutChanged

#Event Data

The LayoutChanged event's data class is DevExpress.UI.Xaml.Controls.LayoutChangedEventArgs.

#Implements

See Also