Class GridTreeNodeEventArgs
Base class for GridSelectedNode events.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeNodeEventArgs : Object
Constructors
GridTreeNodeEventArgs(GridTreeNode, GridTreeNodeActions)
Initializes a new instance of the
Declaration
public GridTreeNodeEventArgs(GridTreeNode node, GridTreeNodeActions action)
Parameters
| Type | Name | Description |
|---|---|---|
| GridTreeNode | node | The node. |
| GridTreeNodeActions | action |
Properties
Action
Gets the action that triggerred this event.
Declaration
public GridTreeNodeActions Action { get; }
Property Value
| Type |
|---|
| GridTreeNodeActions |
Node
Gets or sets the node.
Declaration
public GridTreeNode Node { get; set; }
Property Value
| Type | Description |
|---|---|
| GridTreeNode | The node. |