Summary
Replaces the element at the specified index.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selected
Dates Collection
Syntax
protected override void SetItem(int index, DateTime item)
Remarks
This implementation raises the CollectionChanged event.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to replace. |
item | DateTime | The new value for the element at the specified index. |
Return Value
Type | Description |
---|---|
void |