| 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) | |
Parameters
- position
- The position within the data.
- length
- The length of the data.
Target Platforms: Microsoft .NET Framework 2.0