Xceed .NET Libraries Documentation
FileSystemEvents Class Events


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : FileSystemEvents Class

For a list of all members of this type, see FileSystemEvents members.

Public Events
 NameDescription
Public EventRaised every time a FileSystemItem object is about to be added to the list of items to be processed, providing information to the event handler and optional actions to be taken.  
Public EventRaised for every 64k of bytes processed when a FileSystemItem object is being processed.  
Public EventRaised every time a FileSystemItem object has been processed, providing progression information to the event handler and the ability to perform custom post-processing on the target item.  
Public EventRaised when an exception is caught during the processing of a FileSystemItem object, allowing the handler to decide the action to take.  
Public EventRaised every time a FileSystemItem object is about to be processed, providing progression information to the event handler.  
Public EventRaised when an exception is caught during the processing of a path string, allowing the handler to correct the path and retry the operation.  
Public Event  
Public EventRaised when an AbstractFolder object is accessed or is scanned for matching items while building a list of items to process.  
Top
See Also

Reference

FileSystemEvents Class
Xceed.FileSystem Namespace