Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / OnTabIndexPropertyChanged Method


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

    Parameters

    oldValue
    newValue
    See Also