C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Line Class / OnTabIndexPropertyChanged Method


In This Topic
OnTabIndexPropertyChanged Method (Line)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnTabIndexPropertyChanged( _
   ByVal oldValue As Integer, _
   ByVal newValue As Integer _
) 
 
'Usage
 
Dim instance As Line
Dim oldValue As Integer
Dim newValue As Integer
 
instance.OnTabIndexPropertyChanged(oldValue, newValue)

Parameters

oldValue
newValue
See Also