Delegates inserting of an item to the bound managed item collection.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public Entity InsertItem( int index, Object item ) |
Visual Basic (Declaration) |
---|
Public Function InsertItem ( _ index As Integer, _ item As Object _ ) As Entity |
Parameters
- index
- Type: System..::.Int32
Zero-based index to insert the item to.
- item
- Type: System..::.Object
The item to insert.