Class AutoCompleteItemsCreatingEventArgs
Inheritance
System.Object
System.EventArgs
AutoCompleteItemsCreatingEventArgs
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 AutoCompleteItemsCreatingEventArgs : EventArgs
Constructors
AutoCompleteItemsCreatingEventArgs(String)
Initializes a new instance of the AutoCompleteItemsCreatingEventArgs class.
Declaration
public AutoCompleteItemsCreatingEventArgs(string path)
Parameters
System.String
path
The path that will be parsed. |
Properties
Path
Gets or sets the path that will be parsed.
Declaration
public string Path { get; set; }
Property Value
System.String
|