Jaa


PendulumDots.OnKeyFrameBChanged(Double, Double) Method

Definition

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

Applies to