Is it possible to raise an event with a change in variable? if yes how?
Printable View
Is it possible to raise an event with a change in variable? if yes how?
Create a property that changes the variable. In that property, raise the event. Then in your code, modify the property instead of the variable directly.