Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / SetItem Method
The zero-based index of the item.
The Appointment object to set.

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