'Declaration Protected Friend Overridable Sub OnBuildingZipByteProgression( _ ByVal sender As Object, _ ByVal e As ByteProgressionEventArgs _ )
'Usage Dim instance As ZipEvents Dim sender As Object Dim e As ByteProgressionEventArgs instance.OnBuildingZipByteProgression(sender, e)
protected internal virtual void OnBuildingZipByteProgression( object sender, ByteProgressionEventArgs e )
Parameters
- sender
- The object on which the method was called.
- e
- A Xceed.FileSystem.ByteProgressionEventArgs that contains the event data.