alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    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.

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