TFileSystemEventHandler Delegate

Represents the method that will handle the OnChanged, OnCreated, or OnDeleted event of a CnFileSystemWatcher class.

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