InsertItem Method (StatusCollection)
In This Topic
Overrides default behavior of collection at inserting new items.
Syntax
'Declaration
Protected Overridable Sub InsertItem( _
ByVal As Integer, _
ByVal As Status _
)
protected virtual void InsertItem(
int ,
Status
)
Parameters
- index
- The zero-based index of the item to insert.
- item
- The object to insert.
See Also