In The Hand LtdIn The Hand
RenamedEventHandler Delegate
NamespacesInTheHand.IORenamedEventHandler
.NET Components for Mobility
Represents the method that will handle the Renamed event of a FileSystemWatcher class.
Declaration Syntax
C#Visual Basic
public delegate void RenamedEventHandler(
	Object sender,
	RenamedEventArgs e
)
Public Delegate Sub RenamedEventHandler ( _
	sender As Object, _
	e As RenamedEventArgs _
)
Parameters
sender (Object)
The source of the event.
e (RenamedEventArgs)
The RenamedEventArgs that contains the event data.
See Also

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0