PendulumDots.OnKeyFrameAChanged Method (Double, Double)
Applies To: Dynamics CRM 2015
Provides derived classes an opportunity to handle changes to the KeyFrameA property.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
protected virtual void OnKeyFrameAChanged(
double oldKeyFrameA,
double newKeyFrameA
)
protected:
virtual void OnKeyFrameAChanged(
double oldKeyFrameA,
double newKeyFrameA
)
abstract OnKeyFrameAChanged :
oldKeyFrameA:float *
newKeyFrameA:float -> unit
override OnKeyFrameAChanged :
oldKeyFrameA:float *
newKeyFrameA:float -> unit
Protected Overridable Sub OnKeyFrameAChanged (
oldKeyFrameA As Double,
newKeyFrameA As Double
)
Parameters
oldKeyFrameA
Type: System.DoubleOld Value
newKeyFrameA
Type: System.DoubleNew Value
See Also
PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright