CNClrLib.Component.FileSystemWatcher Namespace
Represents namespace CNClrLib.Component.FileSystemWatcher
.
Name | Description | |
---|---|---|
![]() | TCnFileSystemWatcher | Listens to the file system change notifications and raises events when a directory, or file in a directory, changes. |
Name | Description | |
---|---|---|
![]() | TErrorEventHandler | Represents the method that will handle the OnError event of a CnFileSystemWatcher object. |
![]() | TFileSystemEventHandler | Represents the method that will handle the OnChanged, OnCreated, or OnDeleted event of a CnFileSystemWatcher class. |
![]() | TRenamedEventHandler | Represents the method that will handle the OnRenamed event of a CnFileSystemWatcher class. |
Name | Description | |
---|---|---|
![]() | _ErrorEventArgs | Provides data for the OnError event. |
![]() | _FileSystemEventArgs | Provides data for the directory events: OnChanged, OnCreated, OnDeleted. |
![]() | _FileSystemWatcher | Listens to the file system change notifications and raises events when a directory, or file in a directory, changes. |
![]() | _ISynchronizeInvoke | Provides a way to synchronously or asynchronously execute a delegate. |
![]() | _RenamedEventArgs | Provides data for the OnRenamed event. |
Name | Description | |
---|---|---|
![]() | TCnFileSystemWatcher_ChangedHandler(_ClrObject,_ClrEventArgs) | Represents method |
![]() | TCnFileSystemWatcher_CreatedHandler(_ClrObject,_ClrEventArgs) | Represents method |
![]() | TCnFileSystemWatcher_DeletedHandler(_ClrObject,_ClrEventArgs) | Represents method |
![]() | TCnFileSystemWatcher_ErrorHandler(_ClrObject,_ClrEventArgs) | Represents method |
![]() | TCnFileSystemWatcher_RenamedHandler(_ClrObject,_ClrEventArgs) | Represents method |