PendulumDots.OnDotWidthChanged(Double, Double) Method

Definition

Provides derived classes an opportunity to handle changes to the DotWidth property.

protected:
 virtual void OnDotWidthChanged(double oldDotWidth, double newDotWidth);
protected virtual void OnDotWidthChanged (double oldDotWidth, double newDotWidth);
abstract member OnDotWidthChanged : double * double -> unit
override this.OnDotWidthChanged : double * double -> unit
Protected Overridable Sub OnDotWidthChanged (oldDotWidth As Double, newDotWidth As Double)

Parameters

oldDotWidth
Double

Old Value

newDotWidth
Double

New Value

Applies to