Creates new ProgressArgs object

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public ProgressArgs(
	long bytes,
	long total
)
Visual Basic (Declaration)
Public Sub New ( _
	bytes As Long, _
	total As Long _
)
Visual C++
public:
ProgressArgs (
	long long bytes, 
	long long total
)

Parameters

bytes
Int64

[Missing <param> documentation for "bytes"]

total
Int64

[Missing <param> documentation for "total"]

See Also