OnChanged

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TFileSystemWatcher class > Events >

OnChanged

Previous pageReturn to chapter overviewNext page

Occurs when a file or directory in the specified Path is created, changed, deleted, or renamed.

 

pOldFullPath - Gets the previous fully qualified path of the affected file or directory. For Renamed event only.

pOldName - Gets the old name of the affected file or directory. For Renamed event only.

pNewFullPath - Gets the fully qualifed path of the affected file or directory.

pNewName - Gets the name of the affected file or directory.

pChangeType - Gets the type of directory event that occurred.

 

OnChanged                       PROCEDURE(STRING pOldFullPath, STRING pOldName, STRING pNewFullPath, STRING pNewName, WatcherChangeTypesEnum pChangeType), VIRTUAL, PROTECTED