How to debug SystemEvents_SessionEnding event in app?
Hi all,
I am working on C# app in that I want to save app current running state before user will Shutdown, Log off and restart the computer. For this I am using SystemEvents_SessionEnding event, but through this I am not able to debug it.
Please suggest me is there any way to debug it.
Thanks