Class ItemDeletingEventArgs
Provides data for ItemDeletingEventArgs of the diagram.
Inherited Members
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 |
---|
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 |
---|
System.Boolean |