Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemsCollectionChangedEventArgs - Xamarin.Android API Reference | Syncfusion ItemsCollectionChangedEventArgs class. ">

    Show / Hide Table of Contents

    Class ItemsCollectionChangedEventArgs

    Initializes a new instance of the ItemsCollectionChangedEventArgs class.

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

    Constructors

    ItemsCollectionChangedEventArgs()

    Declaration
    public ItemsCollectionChangedEventArgs()

    Properties

    Items

    Gets or sets the items.

    Declaration
    public IList<SfCarouselItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<SfCarouselItem>

    The items.

    SfCarousel

    Gets or sets the carousel.

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

    The carousel.

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