I have WPF App, that needs to be update some data , after computer was resumed from Hibernate, or Sleep mode. Details.
If I keep Application open, and sleep computer (or hibernate) after I resume computer, I want to see Application Data updated. Without any click , or focusing..
I tried to use Application.Activated event, but it only works when I click or activate Applicaiton.
What Event Should I use?
Thanks a lot.