menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SegmentTappedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved