Windows.UI.Xaml.DispatcherTimer.Stop

June 22, 2022 ยท View on GitHub

-description

Stops the DispatcherTimer.

-remarks

If Stop is called when the timer interval has just elapsed, it's possible that the timer already queued a Tick event. This event will still be raised.

-examples

-see-also

Contents

  1. 1-description
  2. 2-remarks
  3. 3-examples
  4. 4-see-also