Xceed Real-Time Zip for .NET Documentation
GatheringZipContentByteProgression Event


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipEvents Class : GatheringZipContentByteProgression Event
Raised 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.
Syntax
'Declaration
 
Public Event GatheringZipContentByteProgression As GatheringZipContentByteProgressionEventHandler
'Usage
 
Dim instance As ZipEvents
Dim handler As GatheringZipContentByteProgressionEventHandler
 
AddHandler instance.GatheringZipContentByteProgression, handler
public event GatheringZipContentByteProgressionEventHandler GatheringZipContentByteProgression
Event Data

The event handler receives an argument of type Xceed.FileSystem.ByteProgressionEventArgs containing data related to this event. The following ByteProgressionEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from Xceed.FileSystem.FileSystemEventArgs)
(Inherited from )
(Inherited from )
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also