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.