menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

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