Xceed .NET Libraries Documentation
OnBytesProcessed(ByteProgressionEventArgs,Int64) Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemEventsSession Class > OnBytesProcessed Method : OnBytesProcessed(ByteProgressionEventArgs,Int64) Method
Syntax
'Declaration
 
Public Overloads Sub OnBytesProcessed( _
   ByVal byteProgressionArgs As ByteProgressionEventArgs, _
   ByVal increment As Long _
) 
'Usage
 
Dim instance As FileSystemEventsSession
Dim byteProgressionArgs As ByteProgressionEventArgs
Dim increment As Long
 
instance.OnBytesProcessed(byteProgressionArgs, increment)
public void OnBytesProcessed( 
   ByteProgressionEventArgs byteProgressionArgs,
   long increment
)

Parameters

byteProgressionArgs
increment
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
Overload List