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


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

    Parameters

    oldValue
    newValue
    See Also