Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ByteProgressionEventArgs Class / ByteProgressionEventArgs Constructor
The size, in bytes, of the file currently being processed.
The total combined size, in bytes, of all files being processed.


    ByteProgressionEventArgs Constructor
    Initializes a new instance of the ByteProgressionEventArgs argument class.
    Syntax
    '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)

    Parameters

    currentFileBytes
    The size, in bytes, of the file currently being processed.
    allFilesBytes
    The total combined size, in bytes, of all files being processed.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also