Class CollectionChangedEventArgs
Collection changed event arguments class.
Inheritance
System.Object
CollectionChangedEventArgs
Namespace: Syncfusion.SfCarousel.iOS
Assembly: Syncfusion.SfCarousel.iOS.dll
Syntax
public class CollectionChangedEventArgs : EventArgs
Constructors
CollectionChangedEventArgs()
Declaration
public CollectionChangedEventArgs()
Properties
NewCollection
Gets or sets the new collection.
Declaration
public NSMutableArray NewCollection { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSMutableArray | The new collection. |