ChartElementSelectionChangedEventArgs(List<Object>, ISelectableItem) Constructor
In This Article
Initializes a new instance of the ChartElementSelectionChangedEventArgs class with the specified settings.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public ChartElementSelectionChangedEventArgs(
List<object> selection,
ISelectableItem changedItem
)
#Parameters
Name | Type | Description |
---|---|---|
selection | List<Object> | A list of selected objects. |
changed |
DevExpress. |
See Also