Class SegmentedControlEventArgs
Segment tapped event arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class SegmentedControlEventArgs
Constructors
SegmentedControlEventArgs(Int32, Segment)
Initializes a new instance of the SegmentedControlEventArgs class.
Declaration
public SegmentedControlEventArgs(int index, Segment segment)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Index. |
Segment | segment | Segment. |
Fields
Index
The index of the tapped segment.
Declaration
public int Index
Field Value
Type | Description |
---|---|
Int32 |
Segment
The segment that was tapped
Declaration
public Segment Segment
Field Value
Type | Description |
---|---|
Segment |