Name | Description | |
---|---|---|
ZipEvents Constructor |
The following tables list the members exposed by ZipEvents.
Name | Description | |
---|---|---|
ZipEvents Constructor |
Name | Description | |
---|---|---|
BeginSubOperation | Called when a sub-operation is begun within a process. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
CreateSession | Overloaded. Overridden. Creates a new session from a ZipEvents object. | |
EndSubOperation | Called when a sub-operation is ended within a process. (Inherited from Xceed.FileSystem.FileSystemEvents) |
Name | Description | |
---|---|---|
AddingItemToProcess | Raised every time a Xceed.FileSystem.FileSystemItem object is about to be added to the list of items to be processed, providing information to the event handler and optional actions to be taken. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
BuildingZipByteProgression | Raised every time a target zip file is being built, providing byte progression information to the event handler. | |
BuildingZipItemProgression | Raised every time a target zip file is being built, providing item progression information to the event handler. | |
ByteProgression | Raised for every 64k of bytes processed when a Xceed.FileSystem.FileSystemItem object is being processed. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
DiskRequired | Raised when a new disk or split part is required. | |
GatheringZipContentByteProgression | 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. | |
ItemCompletion | Raised every time a FileSystemItem object has been processed, providing progression information to the event handler and the ability to perform custom post-processing on the target item. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ItemException | Raised when an exception is caught during the processing of a Xceed.FileSystem.FileSystemItem object, allowing the handler to decide the action to take. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ItemProgression | Raised every time a Xceed.FileSystem.FileSystemItem object is about to be processed, providing progression information to the event handler. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
PathException | Raised when an exception is caught during the processing of a path string, allowing the handler to correct the path and retry the operation. (Inherited from Xceed.FileSystem.FileSystemEvents) | |
PropertiesAppliedToItem | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ReadingZipItemProgression | Raised every time a zip file is being read for the first time or being refreshed, providing progression information to the event handler. | |
ScanningFolder | Raised when an Xceed.FileSystem.AbstractFolder object is accessed or is scanned for matching items while building a list of items to process. (Inherited from Xceed.FileSystem.FileSystemEvents) |