Class NodeDoubleClickEventArgs
Provides data for a tree node double-click event.
Inheritance
System.Object
NodeDoubleClickEventArgs
Namespace: Syncfusion.Scripting.Design
Assembly: Syncfusion.Scripting.Windows.dll
Syntax
public class NodeDoubleClickEventArgs : EventArgs
Constructors
NodeDoubleClickEventArgs(String, TagContainer)
Initializes a new instance of the NodeDoubleClickEventArgs class.
Declaration
public NodeDoubleClickEventArgs(string name, TagContainer tag)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the node that was double-clicked. |
| TagContainer | tag | The TagContainer associated with the node. |
Properties
NodeName
Gets node name.
Declaration
public string NodeName { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The node name. |
TagContainer
Gets node tag container.
Declaration
public TagContainer TagContainer { get; }
Property Value
| Type | Description |
|---|---|
| TagContainer | The tag container associated with the node. |