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 |