Well, if you cant check for it in the calling function, then I guess that you will have to declare a public event and do a raiseevent from within the form when the value changes, but the easiest way would certainly be to check for changes in the variable after calling the form.
-Mats