Class ItemDeletingEventArgs
Provides data for the ItemDeleting event.
Inheritance
System.Object
ItemDeletingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ItemDeletingEventArgs : EventArgs
Constructors
ItemDeletingEventArgs(Object)
Initializes a new instance of the ItemDeletingEventArgs class.
Declaration
public ItemDeletingEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Properties
Cancel
Gets or sets whether the deleting operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Item
Gets the item that is about to be deleted.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |