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