TFileSystemEventHandler Delegate
Represents the method that will handle the OnChanged, OnCreated, or OnDeleted event of a CnFileSystemWatcher class.
type TFileSystemEventHandler = procedure(Sender: TObject; E: _FileSystemEventArgs) of Object;
Represents the method that will handle the OnChanged, OnCreated, or OnDeleted event of a CnFileSystemWatcher class.
type TFileSystemEventHandler = procedure(Sender: TObject; E: _FileSystemEventArgs) of Object;