CalendarBlackoutDatesCollection.

SetItem(int, CalendarDateRange) Method

Summary

Replaces the element at the specified index.

Syntax

protected override void SetItem(int index, CalendarDateRange item)

Remarks

This implementation raises the CollectionChanged event.

Parameters

Name Type Description
index int The zero-based index of the element to replace.
item CalendarDateRange The new value for the element at the specified index.

Return Value

Type Description
void