menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Initializes a new instance of the SelectionChangedEventArgs class.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Core.Carousel
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    NewItem

    Gets the value of the SelectedItem. This property can be used to select the particular item in SfCarousel.

    Declaration
    public object NewItem { get; }
    Property Value
    Type Description
    System.Object

    The selected item.

    OldItem

    Gets the value of the Previous Item. This property can be used to select the particular item in SfCarousel.

    Declaration
    public object OldItem { get; }
    Property Value
    Type Description
    System.Object

    The previous item.

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