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


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

    Parameters

    oldValue
    newValue
    See Also