Class
TreeViewTraversingEventArgs

Provides data for all events used in the hierarchy traverser.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeViewTraversingEventArgs : EventArgs

Inheritance: objectEventArgsTreeViewTraversingEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeViewTraversingEventArgs(RadTreeNode)

Initializes a new instance of the TreeViewTraversingEventArgs class.

Declaration

cs-api-definition
public TreeViewTraversingEventArgs(RadTreeNode content)

Parameters

content

RadTreeNode

The content.

Properties

Node

Gets the node.

Declaration

cs-api-definition
public RadTreeNode Node { get; }

Property Value

RadTreeNode

The node.

Process

Gets or sets a value indicating whether the object instance to be processed by the hierarchy traverser.

Declaration

cs-api-definition
public bool Process { get; set; }

Property Value

bool

true if [process hierarchy object]; otherwise, false.