C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / OnTabIndexPropertyChanged Method


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

Parameters

oldValue
newValue
See Also