menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramEventObject - API Reference

    Show / Hide Table of Contents

    Class DiagramEventObject

    DiagramObject is the interface for the diagram object.

    Inheritance
    System.Object
    DiagramEventObject
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramEventObject : Object

    Constructors

    DiagramEventObject()

    Declaration
    public DiagramEventObject()

    Properties

    Connector

    returns the connector.

    Declaration
    public DiagramConnector Connector { get; set; }
    Property Value
    Type Description
    DiagramConnector

    Node

    returns the node.

    Declaration
    public DiagramNode Node { get; set; }
    Property Value
    Type Description
    DiagramNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved