Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Error

ErrorEventHandler? System.IO.FileSystemWatcher.Error
addremove

Definition at line 364 of file FileSystemWatcher.cs.

365 {
366 add
367 {
369 }
370 remove
371 {
373 }
374 }
delegate void ErrorEventHandler(object sender, ErrorEventArgs e)