menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Contains data for the event which is raised selected index changed.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.Android.Buttons
    Assembly: Syncfusion.Buttons.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
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved