[]
        
(Showing Draft Content)

C1.Schedule.AppointmentCollection.RemoveItem

RemoveItem Method

RemoveItem(int)

Overrides the default behavior.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the item to remove.

Overrides