PendulumDots.OnDotRadiusYChanged(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides derived classes an opportunity to handle changes to the DotRadiusY property.
protected:
virtual void OnDotRadiusYChanged(double oldDotRadiusY, double newDotRadiusY);
protected virtual void OnDotRadiusYChanged (double oldDotRadiusY, double newDotRadiusY);
abstract member OnDotRadiusYChanged : double * double -> unit
override this.OnDotRadiusYChanged : double * double -> unit
Protected Overridable Sub OnDotRadiusYChanged (oldDotRadiusY As Double, newDotRadiusY As Double)
Parameters
- oldDotRadiusY
- Double
Old Value
- newDotRadiusY
- Double
New Value