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