menu

WPF

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

    Show / Hide Table of Contents

    Class ItemDeletingEventArgs

    Provides data for the ItemDeleting event.

    Inheritance
    System.Object
    System.EventArgs
    ItemDeletingEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved