Initializes a new instance of the TransferProgressChangedEventArgs class (for internal use only).

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Protected Sub New ( _
	info As Object _
)
C#
protected TransferProgressChangedEventArgs(
	Object info
)

Parameters

info
Type: System..::..Object
Event data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also