PowerTCP Mail for .NET
ProgressEventArgs Constructor
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > ProgressEventArgs Class : ProgressEventArgs Constructor




position
The position within the data.
length
The length of the data.
Initialize a default instance of ProgressEventArgs

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal position As Long, _
   ByVal length As Long _
)
Visual Basic (Usage)Copy Code
Dim position As Long
Dim length As Long
 
Dim instance As New ProgressEventArgs(position, length)
C# 
public ProgressEventArgs( 
   long position,
   long length
)
Managed Extensions for C++ 
public: ProgressEventArgs( 
   long position,
   long length
)
C++/CLI 
public:
ProgressEventArgs( 
   int64 position,
   int64 length
)

Parameters

position
The position within the data.
length
The length of the data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.