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