Class DiagramClickEventObject
ClickedObject notifies whether it is node or connector.
Inheritance
System.Object
DiagramClickEventObject
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramClickEventObject : Object
Constructors
DiagramClickEventObject()
Declaration
public DiagramClickEventObject()
Properties
Diagram
Represents the interface for a class diagram.
Declaration
public DiagramModel Diagram { get; set; }
Property Value
Type | Description |
---|---|
DiagramModel |
Selector
returns the selected items.
Declaration
public DiagramSelectedItems Selector { get; set; }
Property Value
Type | Description |
---|---|
DiagramSelectedItems |