Click or drag to resize

AutoCompleteEventArgsT Class

Provides information about auto-completion data.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.Controls.OMCAutoCompleteEventArgsT

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class AutoCompleteEventArgs<T> : EventArgs

Type Parameters

T

The AutoCompleteEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItems
Gets the items for auto-completion.
Public propertyValue
Gets the current value.
Top
Remarks