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

In This Topic
    InsertItem Method (CategoryCollection)
    In This Topic
    Overrides default behavior of collection at inserting new items.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As Category _
    ) 
    protected virtual void InsertItem( 
       int index,
       Category item
    )

    Parameters

    index
    The zero-based index of the item to insert.
    item
    The object to insert.
    See Also