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

In This Topic
    InsertItem Method (StatusCollection)
    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 Status _
    ) 
    protected virtual void InsertItem( 
       int index,
       Status item
    )

    Parameters

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