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