menu

WPF

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

    Show / Hide Table of Contents

    Class ItemDeletedEventArgs

    Provides data for ItemDeletedEventArgs of the diagram.

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

    Constructors

    ItemDeletedEventArgs(Object, ItemSource)

    Initializes a new instance of the ItemDeletedEventArgs class.

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

    Represent the object Deleted in the diagram.

    ItemSource source

    Represent the ItemSource of the object.

    Properties

    ItemSource

    Gets or sets the ItemSource of the object.

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