PowerTCP Zip Compression for .NET
SpanProgress Event




Occurs to indicate the progress of a spanning operation. This event has been deprecated and is no longer raised.
Syntax
<ObsoleteAttribute("SpanProgress is no longer used. The Progress event should be used instead.")>
<CategoryAttribute("Progress")>
<DescriptionAttribute("Raised to report the progress of copying a spanned archive to removeable media.")>
Public Event SpanProgress As SpanProgressEventHandler
Dim instance As Archive
Dim handler As SpanProgressEventHandler
 
AddHandler instance.SpanProgress, handler
[Obsolete("SpanProgress is no longer used. The Progress event should be used instead.")]
[Category("Progress")]
[Description("Raised to report the progress of copying a spanned archive to removeable media.")]
public event SpanProgressEventHandler SpanProgress
[Obsolete("SpanProgress is no longer used. The Progress event should be used instead.")]
[Category("Progress")]
[Description("Raised to report the progress of copying a spanned archive to removeable media.")]
public: __event SpanProgressEventHandler* SpanProgress
[Obsolete("SpanProgress is no longer used. The Progress event should be used instead.")]
[Category("Progress")]
[Description("Raised to report the progress of copying a spanned archive to removeable media.")]
public:
event SpanProgressEventHandler^ SpanProgress
Event Data

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

PropertyDescription
LengthThe total bytes of the compressed data to be spanned.  
PositionThe number of bytes that have been spanned.  
VolumeNumberThe part number or the volume number that is currently undergoing a spanning operation.  
Remarks

With version 2, spanning has been integrated into zipping and unzipping, so the Archive.Progress event is adequate for reporting progress.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic