FileSystemWatcherQueuedCreated Event |
IT Hit User File System
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is changed.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public event FileSystemEventHandler Created
Public Event Created As FileSystemEventHandler
public:
event FileSystemEventHandler^ Created {
void add (FileSystemEventHandler^ value);
void remove (FileSystemEventHandler^ value);
}
member Created : IEvent<FileSystemEventHandler,
FileSystemEventArgs>
Value
Type:
System.IOFileSystemEventHandlerSee Also