'Declaration Protected Sub OnScalePropertyChanged( _ ByVal oldValue As Double, _ ByVal newValue As Double _ )
'Declaration
Protected Sub OnScalePropertyChanged( _ ByVal oldValue As Double, _ ByVal newValue As Double _ )
'Usage Dim instance As FlexPie Dim oldValue As Double Dim newValue As Double instance.OnScalePropertyChanged(oldValue, newValue)
'Usage
Dim instance As FlexPie Dim oldValue As Double Dim newValue As Double instance.OnScalePropertyChanged(oldValue, newValue)
protected void OnScalePropertyChanged( double oldValue, double newValue )
FlexPie Class FlexPie Members