PendulumDots.OnTotalDurationChanged Method (Duration, Duration)
Applies To: Dynamics CRM 2015
Provides derived classes an opportunity to handle changes to the TotalDuration property.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
protected virtual void OnTotalDurationChanged(
Duration oldTotalDuration,
Duration newTotalDuration
)
protected:
virtual void OnTotalDurationChanged(
Duration oldTotalDuration,
Duration newTotalDuration
)
abstract OnTotalDurationChanged :
oldTotalDuration:Duration *
newTotalDuration:Duration -> unit
override OnTotalDurationChanged :
oldTotalDuration:Duration *
newTotalDuration:Duration -> unit
Protected Overridable Sub OnTotalDurationChanged (
oldTotalDuration As Duration,
newTotalDuration As Duration
)
Parameters
oldTotalDuration
Type: System.Windows.DurationOld Value
newTotalDuration
Type: System.Windows.DurationNew Value
See Also
PendulumDots Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright