Class PathParsingEventArgs
Inheritance
System.Object
    PathParsingEventArgs
  Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PathParsingEventArgs : CancelEventArgs
  Constructors
PathParsingEventArgs(String)
Initializes a new instance of the PathParsingEventArgs class.
Declaration
public PathParsingEventArgs(string path)
  Parameters
| 
        System.String
        path
         The path that will be parsed.  | 
    
Properties
Path
Gets or sets the path that will be parsed.
Declaration
public string Path { get; set; }
  Property Value
| 
        System.String
         
  |