Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


NodeLabelEditEventArgs Constructors

Definition

Initializes a new instance of the NodeLabelEditEventArgs class.

Overloads

NodeLabelEditEventArgs(TreeNode)

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.

NodeLabelEditEventArgs(TreeNode, String)

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.

NodeLabelEditEventArgs(TreeNode)

Source:
NodeLabelEditEventArgs.cs
Source:
NodeLabelEditEventArgs.cs
Source:
NodeLabelEditEventArgs.cs

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.

public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode node);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode? node);

Parameters

node
TreeNode

The tree node containing the text to edit.

Remarks

The Node property is assigned the node parameter value.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

NodeLabelEditEventArgs(TreeNode, String)

Source:
NodeLabelEditEventArgs.cs
Source:
NodeLabelEditEventArgs.cs
Source:
NodeLabelEditEventArgs.cs

Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.

public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode node, string label);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode? node, string? label);

Parameters

node
TreeNode

The tree node containing the text to edit.

label
String

The new text to associate with the tree node.

Remarks

The Node property is assigned the node parameter value, and the Label property is assigned the label parameter value.

See also

Applies to

.NET Framework 4.8.1 és más verziók
Termék Verziók
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9