Class GridTreeNodeCancelEventArgs
Event aguments for cancelable events involving a GridSelectedObject.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeNodeCancelEventArgs : GridTreeNodeEventArgs
Constructors
GridTreeNodeCancelEventArgs(GridTreeNode, GridTreeNodeActions)
Initializes a new instance of the
Declaration
public GridTreeNodeCancelEventArgs(GridTreeNode node, GridTreeNodeActions action)
Parameters
Type | Name | Description |
---|---|---|
GridTreeNode | node | The node. |
GridTreeNodeActions | action |
Properties
Cancel
Gets or sets whether the action should be done.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |