FileSystemWatcher.WaitForChanged - (). , , . . EnableRaisingEvents true. , , . . , .
, . . , . .
Do
Dim i As WaitForChangedResult = Me.FileSystemWatcher1.WaitForChanged(WatcherChangeTypes.All, 1000)
Loop Until fCancel
[] ". EnableRaisingEvents true." Microsoft , FileSystemWatcher . :
[Browsable(false)]
public override ISite Site {
get {
return base.Site;
}
set {
base.Site = value;
if (Site != null && Site.DesignMode)
EnableRaisingEvents = true;
}
}
[update] WaitForChanged EnableRaisingEvents System.Threading.Monitor.Wait.