SetItem Method
SetItem(int, Task)
Replaces the item at the specified index.
Declaration
protected override void SetItem(int index, Task newItem)
Protected Overrides Sub SetItem(index As Integer, newItem As Task)
Parameters
| Type |
Name |
Description |
| int |
index |
|
| Task |
newItem |
|