[]
Initializes a new instance of the ItemEventArgs class.
public ItemEventArgs(int index, Task item)
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| Task | item | The Task object. |
Initializes a new instance of the ItemEventArgs class.
public ItemEventArgs(int index, Task oldItem, Task newItem)
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| Task | oldItem | The old Task object. |
| Task | newItem | The new Task object. |