Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramClickEventObject - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved