PowerTCP Zip Compression for .NET
ItemIndex Property




The index of the ArchiveItem object currently being processed.
Syntax
Public Property ItemIndex As Integer
Dim instance As ProgressEventArgs
Dim value As Integer
 
instance.ItemIndex = value
 
value = instance.ItemIndex
public int ItemIndex {get; set;}
public: __property int get_ItemIndex();
public: __property void set_ItemIndex( 
   int value
);
public:
property int ItemIndex {
   int get();
   void set (    int value);
}

Property Value

An integer representing the index of the item currently being processed.
See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic