Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / OnTabIndexPropertyChanged Method


In This Topic
    OnTabIndexPropertyChanged Method (Ellipse)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTabIndexPropertyChanged( _
       ByVal oldValue As Integer, _
       ByVal newValue As Integer _
    ) 
    'Usage
     
    
    Dim instance As Ellipse
    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