Class NodeClickEventArgs
Specifies class for NodeClick event arguments.
Inheritance
System.Object
NodeClickEventArgs
Assembly: Syncfusion.Blazor.dll
Syntax
public class NodeClickEventArgs : Object
Constructors
NodeClickEventArgs()
Declaration
public NodeClickEventArgs()
Properties
Event
Declaration
public ClickEventArgs Event { get; set; }
Property Value
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
NodeData
Declaration
public NodeData NodeData { get; set; }
Property Value
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|