New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PathParsingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPathParsingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PathParsingEventArgs class.

C#
public PathParsingEventArgs(string path)
Parameters:pathstring

The path that will be parsed.

Properties

Gets or sets the path that will be parsed.

C#
public string Path { get; set; }