

'DeclarationPublic Class TarEvents Inherits Xceed.FileSystem.FileSystemEvents
'UsageDim instance As TarEvents
public class TarEvents : Xceed.FileSystem.FileSystemEvents
System.Object
Xceed.FileSystem.FileSystemEvents
Xceed.Tar.TarEvents
| Name | Description | |
|---|---|---|
![]() | TarEvents Constructor | Initializes a new instance of the TarEvents class. |
| Name | Description | |
|---|---|---|
![]() | BeginSubOperation | Called when a sub-operation is begun within a process. (Inherited from Xceed.FileSystem.FileSystemEvents) |
![]() | CreateSession | Overloaded. Overridden. Initializes a new instance of the TarEvents 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) |
![]() | ByteProgression | Raised for every 64k of bytes processed when a Xceed.FileSystem.FileSystemItem object is being processed. (Inherited from Xceed.FileSystem.FileSystemEvents) |
![]() | 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) |
![]() | ReadingTarItemProgression | Raised when a TAR file is being read for the first time or being refreshesd, 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) |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.