Click or drag to resize

SegmentedItemClickEventArgsItem Property

Gets the item that was clicked

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SegmentedItem Item { get; }

Property Value

Type: SegmentedItem
The item that was clicked.
See Also