TRenamedEventHandler Delegate

Represents the method that will handle the OnRenamed event of a CnFileSystemWatcher class.

Namespace: CNClrLib.Component.FileSystemWatcher
type
 TRenamedEventHandler = procedure(Sender: TObject; E: _RenamedEventArgs) of Object;