menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemAddedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemAddedEventArgs

    Provides data for the ItemAdded event.

    Inheritance
    System.Object
    ItemAddedEventArgs
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class ItemAddedEventArgs : Object

    Constructors

    ItemAddedEventArgs(DiagramBaseItem)

    Initializes a new instance of the ItemAddedEventArgs class.

    Declaration
    public ItemAddedEventArgs(DiagramBaseItem item)
    Parameters
    Type Name Description
    DiagramBaseItem item

    the Item.

    Properties

    Item

    Gets the item.

    Declaration
    public DiagramBaseItem Item { get; }
    Property Value
    Type Description
    DiagramBaseItem

    The item.

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