Class ItemLoadedArgs
Items Loaded Args has inherited from EventArgs
Inheritance
System.Object
ItemLoadedArgs
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfCarousel.UWP.dll
Syntax
public class ItemLoadedArgs : EventArgs
Constructors
ItemLoadedArgs()
Declaration
public ItemLoadedArgs()
Properties
Index
Gets the name of the Index.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Item
Gets the name of the Item.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |