menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemsCollectionChangedArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemsCollectionChangedArgs

    ItemsCollectionChangedArgs has derived from EventArgs

    Inheritance
    System.Object
    ItemsCollectionChangedArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfCarousel.UWP.dll
    Syntax
    public class ItemsCollectionChangedArgs : EventArgs

    Constructors

    ItemsCollectionChangedArgs(ItemCollection)

    Initializes a new instance of the ItemsCollectionChangedArgs class.

    Declaration
    public ItemsCollectionChangedArgs(ItemCollection item)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Controls.ItemCollection item

    item to be added.

    See Also
    Syncfusion.UI.Xaml.Controls.Notification

    Properties

    Collection

    Gets changed items collection

    Declaration
    public ItemCollection Collection { get; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.ItemCollection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved