|
SafeFileWatcherCreated Event
|
Occurs when a file or directory in the specified
Path is created.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
Syntaxpublic 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>function add_Created(value);
function remove_Created(value);
View SourceValue
FileSystemEventHandler
See Also