Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    It Contains data for the selection changed event, which is raised when the selected index is changed.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    Index

    Gets the value of selected index. This property can be used to get the index of the segment item in the SfSegmentedControl.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved