SelectedDatesCollection.

RemoveItem(int) Method

Summary

Removes the item at the specified index of the collection.

Syntax

protected override void RemoveItem(int index)

Remarks

This implementation raises the CollectionChanged event.

Parameters

Name Type Description
index int The zero-based index of the element to remove.

Return Value

Type Description
void