Delegate used to notify progress to the user.
[Visual Basic]
Public Delegate Sub ProgressChangeHandler( _
ByVal
e As
ProgressEventArgs _
)
Parameters
-
e
- The Event args with information about the progress.
Requirements
Namespace:
FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)
See Also
FileHelpers Namespace
Powered by: