menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SelectedIndexChangedEventArgs

    The SelectedIndexChangedEventArgs class contains the selected index changed event arguments.

    Inheritance
    System.Object
    SelectedIndexChangedEventArgs
    Namespace: Syncfusion.SfRotator.XForms
    Assembly: Syncfusion.SfRotator.XForms.dll
    Syntax
    public class SelectedIndexChangedEventArgs : EventArgs

    Constructors

    SelectedIndexChangedEventArgs()

    Declaration
    public SelectedIndexChangedEventArgs()

    Properties

    Index

    Gets the index of the rotator item in the SelectedIndexChangedEventArgs class.

    Declaration
    public double Index { get; }
    Property Value
    Type Description
    System.Double

    The index.

    Rotator

    Gets a control that allows user to showcase a collection of items that can slide either vertically or horizontally.

    Declaration
    public SfRotator Rotator { get; }
    Property Value
    Type Description
    SfRotator

    The rotator.

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