In The Hand - .NET Components for Mobility
FileSystemEventHandler Delegate
NamespacesInTheHand.IOFileSystemEventHandler
Represents the method that will handle the Changed, Created, or Deleted event of a FileSystemWatcher class.
Declaration Syntax
C#Visual Basic
public delegate void FileSystemEventHandler(
	Object sender,
	FileSystemEventArgs e
)
Public Delegate Sub FileSystemEventHandler ( _
	sender As Object, _
	e As FileSystemEventArgs _
)
Parameters
sender (Object)
The source of the event.
e (FileSystemEventArgs)
The FileSystemEventArgs that contains the event data.
See Also

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0