public event SelectedItemsChangingEventHandler SelectedItemsChanging
The event handler receives an argument of type SelectedItemsChangingEventArgs containing data related to this event. The following SelectedItemsChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Set this to true in order to stop the SelectedItems collection from changing. |
NewItems (Inherited from Infragistics.XamarinForms.Controls.Charts.SelectedItemsChangedEventArgs) | A list of the items being selected. |
OldItems (Inherited from Infragistics.XamarinForms.Controls.Charts.SelectedItemsChangedEventArgs) | A list of the previously selected items. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+