alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Selection changed event arguments class.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.SfCarousel.iOS
    Assembly: Syncfusion.SfCarousel.iOS.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    NewItem

    Gets or sets the new item.

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

    The new item.

    OldItem

    Gets or sets the old item.

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

    The old item.

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