Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentMappingCollection Class / InsertItem Method

In This Topic
    InsertItem Method (AppointmentMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As MappingInfo _
    ) 
    protected virtual void InsertItem( 
       int index,
       MappingInfo item
    )

    Parameters

    index
    item
    See Also