开发者

Does System.Event get executed in the Main thread?

开发者 https://www.devze.com 2023-03-07 19:19 出处:网络
I want to know that when we implement any System.Event in the program, doest that event and the event handler run in Main thread of the program or they get executed in th开发者_开发问答e seperate thre

I want to know that when we implement any System.Event in the program, doest that event and the event handler run in Main thread of the program or they get executed in th开发者_开发问答e seperate thread ?

Thanks


The event gets executed on the thread that raises the event.

0

精彩评论

暂无评论...
验证码 换一张
取 消