'Declaration
Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As Appointment _ )
protected override void SetItem( int index, Appointment item )
Parameters
- index
- The zero-based index of the item.
- item
- The Appointment object to set.