Click or drag to resize

DynamicRowSetItem Method

Handles when an item is changed

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void SetItem(
	int index,
	DynamicItem item
)

Parameters

index
Type: SystemInt32
Index of the item to change.
item
Type: Eto.FormsDynamicItem
Item to change the item at the specified index to.
See Also