Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemEventsSession Class


In This Topic
    FileSystemEventsSession Class Fields
    In This Topic

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

    Protected Fields
     NameDescription
    Protected Field  
    Protected FieldAn instance of the ProgressionInfo class representing the byte count information in regards to all the items to be processed for the current session.  
    Protected FieldAn instance of the ProgressionInfo class representing the item count information for the current session.  
    Protected FieldAn instance of the ByteProgressionEventArgs class that provides byte progression information for the current session.  
    Protected FieldAn instance of the ProgressionInfo class representing the byte count information in regards to the current item being processed for the current session.  
    Protected FieldThe current FileSystemItem object being processed for the current session.  
    Protected FieldAn instance of the FileSystemEvents class representing the original FileSystemEvents object from which we created the session.  
    Protected FieldAn instance of the ItemExceptionEventArgs class that provides information on the exception that was thrown during a process for the current session.  
    Protected FieldRepresents a sorted collection of the items to process for the current session. Some FileSystem implementations require sorting items before processing them in order to improve performance.  
    Protected FieldRepresents a first-in, first-out collection of the items to process for the current session.  
    Protected FieldAn instance of the ItemProgressionEventArgs class that provides item progression information for the current session.  
    Protected Field  
    Protected Field  
    Protected FieldAn instance of the ScanningFolderEventArgs class that provides information on the folder being scanned or accessed for the current session.  
    Protected FieldThe FileSystemItem object on which the process was called.  
    Protected FieldThe current target FileSystemItem object of the process for the current session.  
    Protected FieldThis is set at construction, and updated after each event. It is assigned to each argument structure before each event.  
    Top
    See Also