Class FileChangedEventArgs
- Namespace
- Azure.Iot.Operations.Connector.Files.FilesMonitor
- Assembly
- Azure.Iot.Operations.Connector.dll
EventArgs that contains context on what change happened to which file
public class FileChangedEventArgs : EventArgs
- Inheritance
-
FileChangedEventArgs
- Inherited Members
Constructors
FileChangedEventArgs(string, WatcherChangeTypes)
public FileChangedEventArgs(string filePath, WatcherChangeTypes changeType)
Parameters
filePath
stringchangeType
WatcherChangeTypes
Properties
ChangeType
public WatcherChangeTypes ChangeType { get; init; }
Property Value
FileName
public string FileName { get; }
Property Value
FilePath
public string FilePath { get; init; }