ItemEventArgs Constructor(Int32,Task)
In This Topic
Initializes a new instance of the
ItemEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Task _
)
public ItemEventArgs(
int ,
Task
)
Parameters
- index
- The index.
- item
- The Task object.
See Also