Class DiagramClickEventObject
ClickedObject notifies whether it is node or connector
Inheritance
System.Object
DiagramClickEventObject
Implements
System.IEquatable<DiagramClickEventObject>
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramClickEventObject : Object, IEquatable<DiagramClickEventObject>
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 |
Methods
Equals(DiagramClickEventObject)
Indicates whether the DiagramClickEventObject object is equal to another object of the same type.
Declaration
public bool Equals(DiagramClickEventObject diagramClickEventObject)
Parameters
Type | Name | Description |
---|---|---|
DiagramClickEventObject | diagramClickEventObject | ClickedObject notifies whether it is node or connector |
Returns
Type | Description |
---|---|
System.Boolean | Returns the clicked object or the diagram Id |
Implements
System.IEquatable<>