Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZipEventsSession Class


In This Topic
    ZipEventsSession Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public PropertyGets or sets the Xceed.FileSystem.FileSystemItem object currently being processed. (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public PropertyGets the original ZipEvents object that was used to create the session.  
    Public PropertyGets a boolean value indicating if the session's list of Xceed.FileSystem.FileSystemItem objects to process contains no items. (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public Property (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public Property (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public PropertyGets or sets the eventual target Xceed.FileSystem.FileSystemItem object for the process. (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public PropertyGets the opaque data that is sent back to the event handler when an event is raised. (Inherited from Xceed.FileSystem.FileSystemEventsSession)
    Public PropertyGets the ProgressionInfo object representing the byte count information in regards to all the items to be processed for the current sesstion.  
    Public PropertyGets the ProgressionInfo object representing the item count information for the current session.  
    Public PropertyGets the ProgressionInfo object representing the byte count information in regards to the current item being processed for the current session.  
    Top
    See Also