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