'Declaration Public Function New( _ ByVal currentFileBytes As ProgressionInfo, _ ByVal allFilesBytes As ProgressionInfo _ )
'Usage Dim currentFileBytes As ProgressionInfo Dim allFilesBytes As ProgressionInfo Dim instance As New ByteProgressionEventArgs(currentFileBytes, allFilesBytes)
public ByteProgressionEventArgs( ProgressionInfo currentFileBytes, ProgressionInfo allFilesBytes )
Parameters
- currentFileBytes
- The size, in bytes, of the file currently being processed.
- allFilesBytes
- The total combined size, in bytes, of all files being processed.