Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
Index for the inserted item
item
Type: Eto.FormsDynamicItem
Item to insert
See Also