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

ChartBaseView.SelectionChanged Event

Occurs every time the chart changes its selected item(s).

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public event SelectionChangedEventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is SelectionChangedEventArgs. The following properties provide information specific to this event:

Property
Action
DeselectedObjects
SelectedObjects
See Also