Xceed .NET Libraries Documentation
m_copyingZipByteProgressionArgs Field


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipEventsSession Class : m_copyingZipByteProgressionArgs Field
An instance of the Xceed.FileSystem.ByteProgressionEventArgs class that provides byte progression information for the current session.
Syntax
'Declaration
 
Protected m_copyingZipByteProgressionArgs As ByteProgressionEventArgs
'Usage
 
Dim instance As ZipEventsSession
Dim value As ByteProgressionEventArgs
 
value = instance.m_copyingZipByteProgressionArgs
 
instance.m_copyingZipByteProgressionArgs = value
protected ByteProgressionEventArgs m_copyingZipByteProgressionArgs
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

Reference

ZipEventsSession Class
ZipEventsSession Members