PendulumDots.OnReverseDurationChanged(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 ReverseDuration property.
protected:
virtual void OnReverseDurationChanged(System::Windows::Duration oldReverseDuration, System::Windows::Duration newReverseDuration);
protected virtual void OnReverseDurationChanged (System.Windows.Duration oldReverseDuration, System.Windows.Duration newReverseDuration);
abstract member OnReverseDurationChanged : System.Windows.Duration * System.Windows.Duration -> unit
override this.OnReverseDurationChanged : System.Windows.Duration * System.Windows.Duration -> unit
Protected Overridable Sub OnReverseDurationChanged (oldReverseDuration As Duration, newReverseDuration As Duration)
Parameters
- oldReverseDuration
- Duration
Old Value
- newReverseDuration
- Duration
New Value