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


In This Topic
    ZipEvents Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodCalled when a sub-operation is begun within a process. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Public MethodOverloaded. Overridden. Creates a new session from a ZipEvents object.  
    Public MethodCalled when a sub-operation is ended within a process. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Top
    Protected Methods
     NameDescription
    Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodRaises the BuildingZipByteProgression event.  
    Protected Internal MethodRaises the BuildingZipItemProgression event.  
    Protected Internal MethodRaises the Xceed.FileSystem.FileSystemEvents.ByteProgression event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodOBSOLETE : This method should no longer be called. You can override OnGatheringZipContentByteProgression to get status on the step preceding the creation of the zip file. Raises the CopyingZipByteProgression event.  
    Protected Internal MethodRaises the DiskRequired event.  
    Protected Internal MethodRaises the GatheringZipContentByteProgression event.  
    Protected Internal MethodRaises the ItemCompletion event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodRaises the Xceed.FileSystem.FileSystemEvents.ItemException event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodRaises the Xceed.FileSystem.FileSystemEvents.ItemProgression event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodRaises the PathException event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected Internal MethodRaises the ReadingZipItemProgression event.  
    Protected Internal MethodRaises the Xceed.FileSystem.FileSystemEvents.ScanningFolder event. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Protected MethodVerifies the validity of the parameters sent to the event handlers. (Inherited from Xceed.FileSystem.FileSystemEvents)
    Top
    See Also