WPF

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

    Show / Hide Table of Contents

    Class ItemDeletingEventArgs

    Provides data for ItemDeletingEventArgs of the diagram.

    Inheritance
    System.Object
    DiagramEventArgs
    DiagramPreviewEventArgs
    ItemDeletingEventArgs
    Inherited Members
    DiagramPreviewEventArgs.Cancel
    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 ItemDeletingEventArgs : DiagramPreviewEventArgs

    Constructors

    ItemDeletingEventArgs(Object)

    Initializes a new instance of the ItemDeletingEventArgs class.

    Declaration
    public ItemDeletingEventArgs(object item)
    Parameters
    Type Name Description
    System.Object item

    Represent the object Deleting in the diagram.

    Properties

    DeleteDependentConnector

    Gets or sets a value to indicates whether delete the Connector with respect to its parent Node.

    Declaration
    public bool DeleteDependentConnector { get; set; }
    Property Value
    Type Description
    System.Boolean

    DeleteSuccessors

    Gets or sets a value to indicates whether delete the successor Nodes and Connectors with respect to the currently deleting Node.

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