Click or drag to resize

SegmentedItemClickEventArgs Class

Event arguments when clicking a segment in the SegmentedButton.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsSegmentedItemClickEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class SegmentedItemClickEventArgs : EventArgs

The SegmentedItemClickEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSegmentedItemClickEventArgs
Initializes a new instance of the SegmentedItemClickEventArgs class.
Top
Properties
  NameDescription
Public propertyIndex
Gets the index of the item that was clicked.
Public propertyItem
Gets the item that was clicked
Top
See Also