[]
        
(Showing Draft Content)

C1.Data.DataSource.DependencyObjectCollection-1.InsertItem

InsertItem Method

InsertItem(int, T)

Inserts an item into the collection at the specified index.

Declaration
protected override void InsertItem(int index, T item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

T item

The object to insert.

Overrides