UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemDeletingEventArgs - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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

    Extension Methods

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