Xceed .NET Libraries Documentation
FileSystemEvents Class Members
Properties  Methods  Events


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

The following tables list the members exposed by FileSystemEvents.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)This property is reserved for internal use and is not intended to be used directly from your code.  
Top
Protected Properties
 NameDescription
Protected Internal Property  
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the ByteProgression event.  
Protected Internal PropertyGets a System.Boolean value indicating if the FileSystemEvents object has subscribed to the ItemCompletion event.  
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the ItemException event.  
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the ItemProgression event.  
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the PathException event.  
Protected Internal Property  
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the ScanningFolder event.  
Top
Public Methods
 NameDescription
Public MethodCalled when a sub-operation is begun within a process.  
Public MethodOverloaded. Initializes a new session from a FileSystemEvents object.  
Public MethodCalled when a sub-operation is ended within a process.  
Top
Protected Methods
 NameDescription
Protected Internal Method  
Protected Internal MethodRaises the ByteProgression event.  
Protected Internal MethodRaises the ItemCompletion event.  
Protected Internal MethodRaises the ItemException event.  
Protected Internal MethodRaises the ItemProgression event.  
Protected Internal MethodRaises the PathException event.  
Protected Internal Method  
Protected Internal MethodRaises the ScanningFolder event.  
Protected MethodVerifies the validity of the parameters sent to the event handlers.  
Top
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