Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.Android API Reference | Syncfusion SelectionChangedEventArgs class contains data for the event which is raised selected index changed. ">

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    The SelectionChangedEventArgs class contains data for the event which is raised selected index changed.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.Android.TabView
    Assembly: Syncfusion.SfTabView.Android.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    Index

    Gets the value of selected index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    The name.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved