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
Properties
Collection
Gets changed items collection
Declaration
public ItemCollection Collection { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.ItemCollection |