TErrorEventHandler Delegate

Represents the method that will handle the OnError event of a CnFileSystemWatcher object.

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