Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarEventsSession Class / OnReadingTarItemProgression Method
The item currently being processed.


In This Topic
    OnReadingTarItemProgression Method (TarEventsSession)
    In This Topic
    Raises the ReadingTarItemProgression event specifying the item currently being procressed.
    Syntax
    'Declaration
     
    Public Sub OnReadingTarItemProgression( _
       ByVal currentItem As FileSystemItem _
    ) 
    'Usage
     
    Dim instance As TarEventsSession
    Dim currentItem As FileSystemItem
     
    instance.OnReadingTarItemProgression(currentItem)
    public void OnReadingTarItemProgression( 
       FileSystemItem currentItem
    )

    Parameters

    currentItem
    The item currently 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