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

Inheritance: objectEventArgsAutoCompleteItemsCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the AutoCompleteItemsCreatedEventArgs class.

C#
public AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem> items)
Parameters:itemsIList<BreadCrumbAutoCompleteItem>

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

Properties

Gets or sets the path that will be parsed.

C#
public IList<BreadCrumbAutoCompleteItem> Items { get; set; }