Is there a way to detect a variable change, and then fire an event for it?
I read the article on events tutorial in C#
http://msdn.microsoft.com/en-us/library/aa645739(VS.71).aspx
But I couldn't make sense of it, since I tried putting it in my program and it didn't work. I was trying it with a boolean value.
Thanks!