Class
AutoCompleteItemsCreatedEventArgs

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class AutoCompleteItemsCreatedEventArgs : EventArgs

Inheritance: objectEventArgsAutoCompleteItemsCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem>)

Initializes a new instance of the AutoCompleteItemsCreatedEventArgs class.

Declaration

cs-api-definition
public AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem> items)

Parameters

items

IList<BreadCrumbAutoCompleteItem>

The list of BreadCrumbAutoCompleteItem objects that is used to fill in auto complete items

Properties

Items

Gets or sets the path that will be parsed.

Declaration

cs-api-definition
public IList<BreadCrumbAutoCompleteItem> Items { get; set; }

Property Value

IList<BreadCrumbAutoCompleteItem>