Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / OnTranslationXPropertyChanged Method


In This Topic
    OnTranslationXPropertyChanged Method
    In This Topic
    Fires when reversed property changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnTranslationXPropertyChanged( _
       ByVal oldValue As Double, _
       ByVal newValue As Double _
    ) 
    'Usage
     
    
    Dim instance As FlexPie
    Dim oldValue As Double
    Dim newValue As Double
     
    instance.OnTranslationXPropertyChanged(oldValue, newValue)
    protected void OnTranslationXPropertyChanged( 
       double oldValue,
       double newValue
    )

    Parameters

    oldValue
    newValue
    See Also