1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > C# fileSystemWatcher类的Changed事件触发多次解决办法

C# fileSystemWatcher类的Changed事件触发多次解决办法

时间:2023-05-17 10:02:06

相关推荐

C# fileSystemWatcher类的Changed事件触发多次解决办法

private void fileSystemWatcher1_Changed(object sender, System.IO.FileSystemEventArgs e){fileSystemWatcher1.EnableRaisingEvents = false;//文件处理事件FileOperation();fileSystemWatcher1.EnableRaisingEvents = true;}

并将fileSystemWatcher1的NotifyFilter属性设置为Size

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。