Skip to main content
A newer version of this page is available.

ElementSelectionChangedEventArgs Class

Provides data for selection changed events (e.g., ChartBase.SelectionChanged).

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v21.1.dll

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

See Also