Class SegmentTappedEventArgs
Provides data for the event when tapped on a segment item in the segmented control.
Inheritance
System.Object
SegmentTappedEventArgs
Namespace: Syncfusion.Maui.Toolkit.SegmentedControl
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SegmentTappedEventArgs : EventArgs
Constructors
SegmentTappedEventArgs()
Declaration
public SegmentTappedEventArgs()
Properties
SegmentItem
Gets the current tapped segment item.
Declaration
public SfSegmentItem SegmentItem { get; }
Property Value
Type |
---|
SfSegmentItem |