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