Hi,
I understand how there are events for things such as buttons and other form objects, but I was curious as to if it is possible to create an event for when a variables value is changed.
Thus if I have an integer variable named MyInt with value 0, it will fire the ChangedValue() method when MyInts value is increased or decreased.
Thank you in advance!