Skip to main content

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

public class ElementSelectionChangedEventArgs :
    EventArgs

Remarks

An instance of the ElementSelectionChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
ElementSelectionChangedEventArgs
See Also