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
)
Protected Overrides Sub SetItem (
index As Integer,
item As DynamicItem
)
abstract SetItem :
index : int *
item : DynamicItem -> unit
override SetItem :
index : int *
item : DynamicItem -> unit
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