ClassPathParsedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI.BreadCrumb
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PathParsedEventArgs : EventArgs
Inheritance: objectEventArgsPathParsedEventArgs
Inherited Members
Constructors
PathParsedEventArgs(string, RadTreeNode)
Initializes a new instance of the PathParsedEventArgs class.
Declaration
cs-api-definition
public PathParsedEventArgs(string path, RadTreeNode selectedNode)
Parameters
path
The path of selected node.
selectedNode
The node that is about to be selected.
Properties
Path
Gets the path of selected node.
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