File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ public abstract class FileSystemWatcherBase : IDisposable
1616 public abstract string Path { get ; set ; }
1717 public abstract ISite Site { get ; set ; }
1818 public abstract ISynchronizeInvoke SynchronizingObject { get ; set ; }
19- public event FileSystemEventHandler Changed ;
20- public event FileSystemEventHandler Created ;
21- public event FileSystemEventHandler Deleted ;
22- public event ErrorEventHandler Error ;
23- public event RenamedEventHandler Renamed ;
19+ public virtual event FileSystemEventHandler Changed ;
20+ public virtual event FileSystemEventHandler Created ;
21+ public virtual event FileSystemEventHandler Deleted ;
22+ public virtual event ErrorEventHandler Error ;
23+ public virtual event RenamedEventHandler Renamed ;
2424 public abstract void BeginInit ( ) ;
2525 public abstract void Dispose ( ) ;
2626 public abstract void EndInit ( ) ;
You can’t perform that action at this time.
0 commit comments