最佳答案
我目前正在使用 Visual Studio 在 C # 中创建一个应用程序。我想创建一些代码,这样当一个变量的值为1时,就可以执行某段代码。 I know that I can use an if statement but the problem is that the value will be changed in an asynchronous process so technically the if statement could be ignored before the value has changed.
是否可以创建一个事件处理程序,以便在变量值更改时触发事件?如果是这样,我该怎么做?
我完全有可能误解了 if 语句的工作原理! 如果您能提供任何帮助,我将不胜感激。