Ghost1372

everything can be handy

PausableDispatcherTimer

DispatcherTimer with Pause and Resume methods.

Methods

Name
Start
Stop
Pause
Resume

Properties

Name
Interval
RemainingAfterPause

Events

Name
Tick

Sample

1
2
3
var timer = new PausableDispatcherTimer(interval)
timer.Start();

Demo

you can run demo and see this feature.

0%