'Declaration<ObsoleteAttribute("This method should no longer be called as the zip file is now created directly in its final destination. You can override OnGatheringZipContentByteProgression to retrieve progress information during the step preceding the creation of the zip file.")> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Protected Friend Overridable Sub OnCopyingZipByteProgression( _ ByVal sender As Object, _ ByVal e As ByteProgressionEventArgs _ )
'UsageDim instance As ZipEvents Dim sender As Object Dim e As ByteProgressionEventArgs instance.OnCopyingZipByteProgression(sender, e)
[Obsolete("This method should no longer be called as the zip file is now created directly in its final destination. You can override OnGatheringZipContentByteProgression to retrieve progress information during the step preceding the creation of the zip file.")] [EditorBrowsable(EditorBrowsableState.Never)] protected internal virtual void OnCopyingZipByteProgression( object sender, ByteProgressionEventArgs e )
Parameters
- sender
- The object on which the method was called.
- e
- A Xceed.FileSystem.ByteProgressionEventArgs that contains the event data.