Blazor

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

    Show / Hide Table of Contents

    Class NodeClickEventArgs

    Specifies class for NodeClick event arguments.

    Inheritance
    System.Object
    NodeClickEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NodeClickEventArgs : Object

    Constructors

    NodeClickEventArgs()

    Declaration
    public NodeClickEventArgs()

    Properties

    Event

    Return the actual event.

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

    Left

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    Name

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

    Node

    Return the current clicked TreeView node.

    Declaration
    public DOM Node { get; set; }
    Property Value
    Type Description
    DOM

    NodeData

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

    Top

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved