Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Provides derived classes an opportunity to handle changes to the KeyFrameB property.
Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
protected virtual void OnKeyFrameBChanged(
    double oldKeyFrameB,
    double newKeyFrameB
)
protected:
virtual void OnKeyFrameBChanged(
    double oldKeyFrameB,
    double newKeyFrameB
)
abstract OnKeyFrameBChanged : 
        oldKeyFrameB:float *
        newKeyFrameB:float -> unit
override OnKeyFrameBChanged : 
        oldKeyFrameB:float *
        newKeyFrameB:float -> unit
Protected Overridable Sub OnKeyFrameBChanged (
    oldKeyFrameB As Double,
    newKeyFrameB As Double
)
Parameters
- oldKeyFrameB 
 Type: System.Double- Old Value 
- newKeyFrameB 
 Type: System.Double- New Value 
See Also
PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright