ElementSelectionChangedEventArgs Class
Provides data for selection changed events (e.g., ChartBase.SelectionChanged or MapControl.SelectionChanged).
Namespace: DevExpress.Core
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
An instance of the ElementSelectionChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also