New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for all events used in the hierarchy traverser.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeViewTraversingEventArgs : EventArgs

Inheritance: objectEventArgsTreeViewTraversingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TreeViewTraversingEventArgs class.

C#
public TreeViewTraversingEventArgs(RadTreeNode content)
Parameters:contentRadTreeNode

The content.

Properties

Gets the node.

C#
public RadTreeNode Node { get; }
Property Value:

The node.

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

C#
public bool Process { get; set; }
Property Value:

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