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. |