Mohit Deshpande
Mohit Deshpande

Reputation: 55257

Setup timed events in WPF

How can I setup events that happen after a certain period of time. Like saving changes every 30 seconds?

Upvotes: 0

Views: 318

Answers (2)

svick
svick

Reputation: 245036

You can use the DispatcherTimer.

Upvotes: 4

synepis
synepis

Reputation: 1332

You can use a timer and fire them that way.

Upvotes: 1

Related Questions