码迷,mamicode.com
首页 > Windows程序 > 详细

C# this.Invoke和this.BeginInvoke 最简单的写法

时间:2018-09-30 14:56:31      阅读:755      评论:0      收藏:0      [点我收藏+]

标签:gate   csdn   eve   style   net   log   invoke   detail   ali   

https://blog.csdn.net/gtosky4u/article/details/20118813

    • this.BeginInvoke(new EventHandler(delegate {
    • this.textBox1.Text += "2";
    • }));
       
      • this.Invoke(new EventHandler(delegate {
      • this.textBox1.Text += "2";
      • }));
    
    

C# this.Invoke和this.BeginInvoke 最简单的写法

标签:gate   csdn   eve   style   net   log   invoke   detail   ali   

原文地址:https://www.cnblogs.com/LuoEast/p/9728845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!