Class
PathParsedEventArgs

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PathParsedEventArgs : EventArgs

Inheritance: objectEventArgsPathParsedEventArgs

Inherited Members EventArgs.Empty

Constructors

PathParsedEventArgs(string, RadTreeNode)

Initializes a new instance of the PathParsedEventArgs class.

Declaration

cs-api-definition
public PathParsedEventArgs(string path, RadTreeNode selectedNode)

Parameters

path

string

The path of selected node.

selectedNode

RadTreeNode

The node that is about to be selected.

Properties

Path

Gets the path of selected node.

Declaration

cs-api-definition
public string Path { get; }

Property Value

string

SelectedNode

Gets or sets the node that is about to be selected in RadBreadCrumbElement.

Declaration

cs-api-definition
public RadTreeNode SelectedNode { get; set; }

Property Value

RadTreeNode