ByteProgressionEventHandler Delegate
See Also 
Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : ByteProgressionEventHandler Delegate


sender
e
Represents the method that will handle the FileSystemEvents.ByteProgression event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ByteProgressionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ByteProgressionEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ByteProgressionEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ByteProgressionEventHandler( 
   object sender,
   ByteProgressionEventArgs e
)

Parameters

sender
e

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also