Class
AutoCompleteItemsCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class AutoCompleteItemsCreatingEventArgs : EventArgs

Inheritance: objectEventArgsAutoCompleteItemsCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

AutoCompleteItemsCreatingEventArgs(string)

Initializes a new instance of the AutoCompleteItemsCreatingEventArgs class.

Declaration

cs-api-definition
public AutoCompleteItemsCreatingEventArgs(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