menu

Blazor

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

    Show / Hide Table of Contents

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