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

ElementSelectionChangedEventArgs(List<Object>) Constructor

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ElementSelectionChangedEventArgs(
    List<object> selection
)

Parameters

Name Type
selection List<Object>
See Also