Skip to main content

ChartElementSelectionChangedEventArgs(List<Object>, ISelectableItem) Constructor

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.

changedItem DevExpress.WinUI.Core.Internal.ISelectableItem
See Also