alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DiagramObjectDeletedEventArgs

    Provides data for the DiagramObjectDeleted event.

    Inheritance
    System.Object
    DiagramObjectDeletedEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class DiagramObjectDeletedEventArgs : Object

    Constructors

    DiagramObjectDeletedEventArgs(DiagramBaseItem)

    Initializes a new instance of the DiagramObjectDeletedEventArgs class.

    Declaration
    public DiagramObjectDeletedEventArgs(DiagramBaseItem deletedItem)
    Parameters
    Type Name Description
    DiagramBaseItem deletedItem

    Deleted diagram item.

    Properties

    Item

    Gets returns the deleted diagram item.

    Declaration
    public DiagramBaseItem Item { get; }
    Property Value
    Type
    DiagramBaseItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved