alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NodeClickEventArgs

    Provides information about the NodeClicked event callback.

    Inheritance
    object
    NodeClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NodeClickEventArgs

    Constructors

    NodeClickEventArgs()

    Declaration
    public NodeClickEventArgs()

    Properties

    Event

    Gets the actual event.

    Declaration
    public ClickEventArgs Event { get; }
    Property Value
    Type Description
    ClickEventArgs

    The ClickEventArgs object that represents the click event.

    Left

    Gets the Client X value of target element.

    Declaration
    public double Left { get; }
    Property Value
    Type Description
    double

    Accepts the double value.

    Name

    Gets or sets the 'Node click' Event name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    NodeData

    Gets or sets the current clicked TreeView node data.

    Declaration
    public NodeData NodeData { get; set; }
    Property Value
    Type Description
    NodeData

    A NodeData object that represents the data associated with the currently clicked node.

    Top

    Gets the Client Y value of target element.

    Declaration
    public double Top { get; }
    Property Value
    Type Description
    double

    Accepts the double value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved