Xceed .NET Libraries Documentation
TarEvents Class Members
Properties  Methods  Events


Xceed.Tar Assembly > Xceed.Tar Namespace : TarEvents Class

The following tables list the members exposed by TarEvents.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the TarEvents class.  
Top
Protected Properties
 NameDescription
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the Xceed.FileSystem.FileSystemEvents object has subscribed to the Xceed.FileSystem.FileSystemEvents.ByteProgression event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a System.Boolean value indicating if the FileSystemEvents object has subscribed to the ItemCompletion event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the Xceed.FileSystem.FileSystemEvents object has subscribed to the Xceed.FileSystem.FileSystemEvents.ItemException event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the Xceed.FileSystem.FileSystemEvents object has subscribed to the Xceed.FileSystem.FileSystemEvents.ItemProgression event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a boolean value indicating if the FileSystemEvents object has subscribed to the PathException event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal Property (Inherited from Xceed.FileSystem.FileSystemEvents)
Protected Internal PropertyGets a value indicating whether the TarEvents instance has subscribed to the ReadingTarItemProgression event.  
Protected Internal PropertyGets a boolean value indicating if the Xceed.FileSystem.FileSystemEvents object has subscribed to the Xceed.FileSystem.FileSystemEvents.ScanningFolder event. (Inherited from Xceed.FileSystem.FileSystemEvents)
Top
Public Methods
 NameDescription
Public MethodCalled when a sub-operation is begun within a process. (Inherited from Xceed.FileSystem.FileSystemEvents)
Public MethodOverloaded. Overridden. Initializes a new instance of the TarEvents object.  
Public MethodCalled when a sub-operation is ended within a process. (Inherited from Xceed.FileSystem.FileSystemEvents)
Top
Protected Methods
Public Events
 NameDescription
Public EventRaised 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)
Public EventRaised for every 64k of bytes processed when a Xceed.FileSystem.FileSystemItem object is being processed. (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised 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)
Public EventRaised 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)
Public EventRaised every time a Xceed.FileSystem.FileSystemItem object is about to be processed, providing progression information to the event handler. (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised 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)
Public Event (Inherited from Xceed.FileSystem.FileSystemEvents)
Public EventRaised when a TAR file is being read for the first time or being refreshesd, providing progression information to the event handler.  
Public EventRaised 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)
Top
See Also

Reference

TarEvents Class
Xceed.Tar Namespace