CalendarBlackoutDatesCollection.

InsertItem(int, CalendarDateRange) Method

Summary

Inserts an item into the collection at the specified index.

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