Skip to main content

SelectionChangedEventArgs(SelectionAction, IList<Object>, IList<Object>) Constructor

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

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public SelectionChangedEventArgs(
    SelectionAction action,
    IList<object> selectedObjects,
    IList<object> deselectedObjects
)

Parameters

Name Type
action SelectionAction
selectedObjects IList<Object>
deselectedObjects IList<Object>
See Also