Click or drag to resize

ToolItemCollectionRemoveItem Method

Called when an item is removed from the collection.

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

Parameters

index
Type: SystemInt32
Index of the item being removed.
See Also