Skip to main content

ElementSelectionChangedEventArgs(List<Object>) Constructor

In This Article

Initializes a new instance of the ElementSelectionChangedEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ElementSelectionChangedEventArgs(
    List<object> selection
)

#Parameters

Name Type
selection List<Object>
See Also