PendulumDots.OnDelayChanged(Duration, Duration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides derived classes an opportunity to handle changes to the Delay property.
protected:
virtual void OnDelayChanged(System::Windows::Duration oldDelay, System::Windows::Duration newDelay);
protected virtual void OnDelayChanged (System.Windows.Duration oldDelay, System.Windows.Duration newDelay);
abstract member OnDelayChanged : System.Windows.Duration * System.Windows.Duration -> unit
override this.OnDelayChanged : System.Windows.Duration * System.Windows.Duration -> unit
Protected Overridable Sub OnDelayChanged (oldDelay As Duration, newDelay As Duration)
Parameters
- oldDelay
- Duration
Old Value
- newDelay
- Duration
New Value