PendulumDots.OnDotHeightChanged(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 DotHeight property.
protected:
virtual void OnDotHeightChanged(double oldDotHeight, double newDotHeight);
protected virtual void OnDotHeightChanged (double oldDotHeight, double newDotHeight);
abstract member OnDotHeightChanged : double * double -> unit
override this.OnDotHeightChanged : double * double -> unit
Protected Overridable Sub OnDotHeightChanged (oldDotHeight As Double, newDotHeight As Double)
Parameters
- oldDotHeight
- Double
Old Value
- newDotHeight
- Double
New Value