[]
        
(Showing Draft Content)

C1.Schedule.AppointmentCollection.SetItem

SetItem Method

SetItem(int, Appointment)

Overrides the default behavior.

Declaration
protected override void SetItem(int index, Appointment item)
Parameters
Type Name Description
int index

The zero-based index of the item.

Appointment item

The Appointment object to set.

Overrides