Freigeben über


PendulumDots.OnDelayChanged(Duration, Duration) Method

Definition

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

Applies to