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

    Initializes a new instance of the SelectionChangedEventArgs class.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Com.Syncfusion.Carousel
    Assembly: Syncfusion.SfCarousel.Android.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    SfCarousel

    Gets or sets the carousel.

    Declaration
    public SfCarousel SfCarousel { get; set; }
    Property Value
    Type Description
    SfCarousel

    The carousel.

    SfCarouselItem

    Gets or sets the index of the selected.

    Declaration
    public SfCarouselItem SfCarouselItem { get; set; }
    Property Value
    Type Description
    SfCarouselItem

    The index of the selected.

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