Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / InsertItem Method
The zero-based index of the item.
The Appointment object to insert.

In This Topic
    InsertItem Method (AppointmentCollection)
    In This Topic
    Overrides the default behavior.
    Syntax
    '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.
    See Also