Share via


PendulumDots.OnDotWidthChanged Method (Double, Double)

 

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

See Also

PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright