RangeControlClientBase.LayoutChanged Event
In This Article
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