'Declaration Public Delegate Sub ProgressDelegate( _ ByVal progressPercentage As Integer _ )
public delegate void ProgressDelegate( int progressPercentage )
Parameters
- progressPercentage
'Declaration Public Delegate Sub ProgressDelegate( _ ByVal progressPercentage As Integer _ )
public delegate void ProgressDelegate( int progressPercentage )