Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 423 Bytes

dispatchertimer_stop_1201535524.md

File metadata and controls

22 lines (14 loc) · 423 Bytes
-api-id -api-type
M:Windows.UI.Xaml.DispatcherTimer.Stop
winrt method

Windows.UI.Xaml.DispatcherTimer.Stop

-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