Summary
Inserts an item into the collection at the specified index.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Calendar
Blackout Dates Collection
Syntax
protected override void InsertItem(int index, CalendarDateRange item)
Remarks
This implementation raises the CollectionChanged event.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | CalendarDateRange | The object to insert. |
Return Value
Type | Description |
---|---|
void |