'Declaration Protected Overridable Sub OnLabelDecimalCountChanged( _ ByVal oldValue As Nullable(Of Integer), _ ByVal newValue As Nullable(Of Integer) _ )
'Usage Dim instance As Axis Dim oldValue As Nullable(Of Integer) Dim newValue As Nullable(Of Integer) instance.OnLabelDecimalCountChanged(oldValue, newValue)
protected virtual void OnLabelDecimalCountChanged( Nullable<int> oldValue, Nullable<int> newValue )
Parameters
- oldValue
- newValue