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 AutoCompleteItemsCreatingEventArgs : EventArgs

Inheritance: objectEventArgsAutoCompleteItemsCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the AutoCompleteItemsCreatingEventArgs class.

C#
public AutoCompleteItemsCreatingEventArgs(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; }