Class FileSystemMonitorResult
Inheritance
System.Object
FileSystemMonitorResult
Assembly: AsaLib.dll
Syntax
public class FileSystemMonitorResult : object
Constructors
|
Improve this Doc
View Source
FileSystemMonitorResult(FileSystemEventArgs)
Declaration
public FileSystemMonitorResult(FileSystemEventArgs evtIn)
Parameters
| Type |
Name |
Description |
| FileSystemEventArgs |
evtIn |
|
Properties
|
Improve this Doc
View Source
evt
Declaration
public FileSystemEventArgs evt { get; set; }
Property Value
| Type |
Description |
| FileSystemEventArgs |
|
|
Improve this Doc
View Source
filter
Declaration
public NotifyFilters filter { get; set; }
Property Value
| Type |
Description |
| NotifyFilters |
|