Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarEvents Class / WantsReadingTarItemProgression Property


In This Topic
    WantsReadingTarItemProgression Property
    In This Topic
    Gets a value indicating whether the TarEvents instance has subscribed to the ReadingTarItemProgression event.
    Syntax
    'Declaration
     
    Protected Friend Overridable ReadOnly Property WantsReadingTarItemProgression As Boolean
    'Usage
     
    Dim instance As TarEvents
    Dim value As Boolean
     
    value = instance.WantsReadingTarItemProgression
    protected internal virtual bool WantsReadingTarItemProgression {get;}

    Property Value

    true if the TarEvents instance has subscribed to the ReadingTarItemProgression event; false otherwise.
    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