GlobalVariableChanged
在某一个Var变量的值发生变化后执行。
e参数属性:
Name:Var变量名称。
示例:
Messagebox.Show(e.Name & ":" & Vars(e.Name))