Class
PathParsingEventArgs

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PathParsingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPathParsingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PathParsingEventArgs(string)

Initializes a new instance of the PathParsingEventArgs class.

Declaration

cs-api-definition
public PathParsingEventArgs(string path)

Parameters

path

string

The path that will be parsed.

Properties

Path

Gets or sets the path that will be parsed.

Declaration

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

Property Value

string