Xceed Real-Time Zip for .NET Documentation
ZipEvents Class Members
Properties  Methods  Events


Xceed.Zip Assembly > Xceed.Zip Namespace : ZipEvents Class

The following tables list the members exposed by ZipEvents.

Public Constructors
 NameDescription
Public Constructor  
Top
Protected Properties
 NameDescription
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the BuildingZipByteProgression event.  
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the BuildingZipItemProgression event.  
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the CopyingZipByteProgression event.  
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the DiskRequired event.  
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the GatheringZipContentByteProgression event.  
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the ZipEvents object has subscribed to the ReadingZipItemProgression event.  
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Top
Public Methods
 NameDescription
Public Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Public MethodOverloaded. Overridden. Creates a new session from a ZipEvents object.  
Public Method (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 Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal MethodRaises the DiskRequired event.  
Protected Internal MethodRaises the GatheringZipContentByteProgression event.  
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal MethodRaises the ReadingZipItemProgression event.  
Protected Internal Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Method (Inherited from Xceed.FileSystem.FileSystemEvents)
Top
Public Events
 NameDescription
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised every time a target zip file is being built, providing byte progression information to the event handler.  
Public EventRaised every time a target zip file is being built, providing item progression information to the event handler.  
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised when a new disk or split part is required.  
Public EventRaised during the step preceding the actual creation of the target zip file, where files to keep from the original zip file (the ones that were not modified) are gathered to a temporary location before overwriting the zip file.  
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised every time a zip file is being read for the first time or being refreshed, providing progression information to the event handler.  
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Top
See Also

Reference

ZipEvents Class
Xceed.Zip Namespace