Class AutoCompleteItemsCreatedEventArgs
Inheritance
System.Object
System.EventArgs
AutoCompleteItemsCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AutoCompleteItemsCreatedEventArgs : EventArgs
Constructors
AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem>)
Initializes a new instance of the AutoCompleteItemsCreatedEventArgs class.
Declaration
public AutoCompleteItemsCreatedEventArgs(IList<BreadCrumbAutoCompleteItem> items)
Parameters
System.Collections.Generic.IList<BreadCrumbAutoCompleteItem>
items
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
public IList<BreadCrumbAutoCompleteItem> Items { get; set; }
Property Value
System.Collections.Generic.IList<BreadCrumbAutoCompleteItem>
|