SelectedDatesCollection.

InsertItem(int, DateTime) Method

Summary

Inserts an item into the collection at the specified index.

Syntax

protected override void InsertItem(int index, DateTime 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 DateTime The object to insert.

Return Value

Type Description
void