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 DotRadiusY property.
Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
protected virtual void OnDotRadiusYChanged(
    double oldDotRadiusY,
    double newDotRadiusY
)
protected:
virtual void OnDotRadiusYChanged(
    double oldDotRadiusY,
    double newDotRadiusY
)
abstract OnDotRadiusYChanged : 
        oldDotRadiusY:float *
        newDotRadiusY:float -> unit
override OnDotRadiusYChanged : 
        oldDotRadiusY:float *
        newDotRadiusY:float -> unit
Protected Overridable Sub OnDotRadiusYChanged (
    oldDotRadiusY As Double,
    newDotRadiusY As Double
)
Parameters
- oldDotRadiusY 
 Type: System.Double- Old Value 
- newDotRadiusY 
 Type: System.Double- New Value 
See Also
PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright