Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemProgressionEventArgs Class / ItemProgressionEventArgs Constructor
The total number of items being processed.


In This Topic
    ItemProgressionEventArgs Constructor
    In This Topic
    Initializes an new instance of the ItemProgressionEventArgs argument class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal allItems As ProgressionInfo _
    )
    'Usage
     
    Dim allItems As ProgressionInfo
     
    Dim instance As New ItemProgressionEventArgs(allItems)
    public ItemProgressionEventArgs( 
       ProgressionInfo allItems
    )

    Parameters

    allItems
    The total number of items 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