| AutoCompleteEventArgsT Class |
Provides information about auto-completion data.
Inheritance Hierarchy
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public class AutoCompleteEventArgs<T> : EventArgs
Public Class AutoCompleteEventArgs(Of T)
Inherits EventArgs
Type Parameters
- T
The AutoCompleteEventArgsT type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Items |
Gets the items for auto-completion.
|
| Value |
Gets the current value.
|
TopRemarks See Also