[]
        
(Showing Draft Content)

C1.Schedule.AppointmentCollection.InsertItem

InsertItem Method

InsertItem(int, Appointment)

Overrides the default behavior.

Declaration
protected override void InsertItem(int index, Appointment item)
Protected Overrides Sub InsertItem(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 insert.

Overrides