G
Guest
I have an integer value from a 3rd party control that looks something like
this:
MyControl.theValue
I need a way to detect when the value changes. My first thought is to use an
event. I could use a suggestion on how to wire the value change to an event
handler function.
Any thoughts?
Randy
this:
MyControl.theValue
I need a way to detect when the value changes. My first thought is to use an
event. I could use a suggestion on how to wire the value change to an event
handler function.
Any thoughts?
Randy