Definition
Namespace:Telerik.WinControls.UI.BreadCrumb
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class AutoCompleteItemsCreatedEventArgs : EventArgs
Inheritance: objectEventArgsAutoCompleteItemsCreatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the AutoCompleteItemsCreatedEventArgs class.
C#
public AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem> items)
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; }