DynamicRowInsertItem Method |
Handles when an item is inserted into the collection
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void InsertItem(
int index,
DynamicItem item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As DynamicItem
)
abstract InsertItem :
index : int *
item : DynamicItem -> unit
override InsertItem :
index : int *
item : DynamicItem -> unit
Parameters
- index
- Type: SystemInt32
Index for the inserted item - item
- Type: Eto.FormsDynamicItem
Item to insert
See Also