C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / OnSelectionModePropertyChanged Method


In This Topic
OnSelectionModePropertyChanged Method
In This Topic
Fires when SelectionMode property changes.
Syntax
'Declaration
 
Protected Sub OnSelectionModePropertyChanged( _
   ByVal oldValue As ChartSelectionModeType, _
   ByVal newValue As ChartSelectionModeType _
) 
 
'Usage
 
Dim instance As ChartBase
Dim oldValue As ChartSelectionModeType
Dim newValue As ChartSelectionModeType
 
instance.OnSelectionModePropertyChanged(oldValue, newValue)

Parameters

oldValue
newValue
See Also