[]
        
(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)
Protected Overrides Sub SetItem(index As Integer, item As Appointment)
Parameters
Type Name Description
int index

The zero-based index of the item.

Appointment item

The Appointment object to set.

Overrides