Xceed .NET Libraries Documentation
m_byteProgressionArgs Field


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

FileSystemEventsSession Class
FileSystemEventsSession Members