Name | Description | |
---|---|---|
ZipEvents Constructor |
The following tables list the members exposed by ZipEvents.
Name | Description | |
---|---|---|
ZipEvents Constructor |
Name | Description | |
---|---|---|
WantsAddingItemToProcess | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsBuildingZipByteProgression | Gets a boolean value indicating if the ZipEvents object has subscribed to the BuildingZipByteProgression event. | |
WantsBuildingZipItemProgression | Gets a boolean value indicating if the ZipEvents object has subscribed to the BuildingZipItemProgression event. | |
WantsByteProgression | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsCopyingZipByteProgression | Gets a boolean value indicating if the ZipEvents object has subscribed to the CopyingZipByteProgression event. | |
WantsDiskRequired | Gets a boolean value indicating if the ZipEvents object has subscribed to the DiskRequired event. | |
WantsGatheringZipContentByteProgression | Gets a boolean value indicating if the ZipEvents object has subscribed to the GatheringZipContentByteProgression event. | |
WantsItemCompletion | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsItemException | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsItemProgression | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsPathException | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsPropertiesAppliedToItem | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
WantsReadingZipItemProgression | Gets a boolean value indicating if the ZipEvents object has subscribed to the ReadingZipItemProgression event. | |
WantsScanningFolder | (Inherited from Xceed.FileSystem.FileSystemEvents) |
Name | Description | |
---|---|---|
BeginSubOperation | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
CreateSession | Overloaded. Overridden. Creates a new session from a ZipEvents object. | |
EndSubOperation | (Inherited from Xceed.FileSystem.FileSystemEvents) |
Name | Description | |
---|---|---|
OnAddingItemToProcess | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnBuildingZipByteProgression | Raises the BuildingZipByteProgression event. | |
OnBuildingZipItemProgression | Raises the BuildingZipItemProgression event. | |
OnByteProgression | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnDiskRequired | Raises the DiskRequired event. | |
OnGatheringZipContentByteProgression | Raises the GatheringZipContentByteProgression event. | |
OnItemCompletion | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnItemException | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnItemProgression | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnPathException | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnPropertiesAppliedToItem | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
OnReadingZipItemProgression | Raises the ReadingZipItemProgression event. | |
OnScanningFolder | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ValidateParams | (Inherited from Xceed.FileSystem.FileSystemEvents) |
Name | Description | |
---|---|---|
AddingItemToProcess | (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 | (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 | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ItemException | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
ItemProgression | (Inherited from Xceed.FileSystem.FileSystemEvents) | |
PathException | (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 | (Inherited from Xceed.FileSystem.FileSystemEvents) |