nodeaddingeventargs-class
Provides data for NodeAdding event.
public class Korzh.EasyQuery.WinForms.NodeAddingEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
| Name | Type | Description |
|---|---|---|
NodeAddingEventArgs(TreeNode node) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs class. |
Properties
| Name | Type | Description |
|---|---|---|
| Cancel | bool | Gets or sets a value indicating whether the node should be added. |
| Node | TreeNode | Gets the node. |