ClassAutoCompleteItemsCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI.BreadCrumb
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class AutoCompleteItemsCreatingEventArgs : EventArgs
Inheritance: objectEventArgsAutoCompleteItemsCreatingEventArgs
Inherited Members
Constructors
AutoCompleteItemsCreatingEventArgs(string)
Initializes a new instance of the AutoCompleteItemsCreatingEventArgs class.
Declaration
cs-api-definition
public AutoCompleteItemsCreatingEventArgs(string path)
Parameters
path
The path that will be parsed.