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; }
Public ReadOnly Property Item As SegmentedItem
Get
member Item : SegmentedItem with get
Property Value
Type:
SegmentedItemThe item that was clicked.
See Also