Class PathParsedEventArgs
Inheritance
System.Object
System.EventArgs
PathParsedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PathParsedEventArgs : EventArgs
Constructors
PathParsedEventArgs(String, RadTreeNode)
Initializes a new instance of the PathParsedEventArgs class.
Declaration
public PathParsedEventArgs(string path, RadTreeNode selectedNode)
Parameters
System.String
path
The path of selected node. |
RadTreeNode
selectedNode
The node that is about to be selected. |
Properties
Path
Gets the path of selected node.
Declaration
public string Path { get; }
Property Value
System.String
|
SelectedNode
Gets or sets the node that is about to be selected in RadBreadCrumbElement.
Declaration
public RadTreeNode SelectedNode { get; set; }
Property Value
RadTreeNode
|