C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / OnTabIndexPropertyChanged Method


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

Parameters

oldValue
newValue
See Also