Parameter | Type | Description |
---|---|---|
index | int | The 0-based index of the item to replace. |
item | object | The new value of the item. |
This method raises the CollectionChanged event with Replace action.
Notes to Inheritors
Derived classes can override this method to change the behavior of the Set method.