menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedIndexChangedEventArgs - MAUI 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.Maui.Core.Rotator
    Assembly: Syncfusion.Maui.Core.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 IRotator Rotator { get; }
    Property Value
    Type Description
    IRotator

    The rotator.

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