WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemAddedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemAddedEventArgs

    Provides data for ItemAddedEvent of the diagram.

    Inheritance
    System.Object
    DiagramEventArgs
    ItemAddedEventArgs
    Inherited Members
    DiagramEventArgs.Item
    DiagramEventArgs.OriginalSource
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class ItemAddedEventArgs : DiagramEventArgs

    Constructors

    ItemAddedEventArgs(Object, ItemSource)

    Initializes a new instance of the ItemAddedEventArgs class.

    Declaration
    public ItemAddedEventArgs(object item, ItemSource source)
    Parameters
    Type Name Description
    System.Object item

    Represent the object added in the diagram.

    ItemSource source

    Represent the ItemSource of the object.

    Properties

    Info

    Gets or sets to provides data for the pasted object

    Declaration
    public CommandInfo Info { get; set; }
    Property Value
    Type Description
    CommandInfo

    ItemSource

    Gets the ItemSource of the object.

    Declaration
    public ItemSource ItemSource { get; }
    Property Value
    Type Description
    ItemSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved