Click or drag to resize
KaxComboBoxItemsRequestedEventArgs Properties

The KaxComboBoxItemsRequestedEventArgs type exposes the following members.

Properties
  Name Description
Public property Context
Public property EndOfItems
EndOfItems is boolean property indicating that no more items should be requested. Once set, the serverside ItemsRequested event is no longer fired.
Public property Message
Message is the message that appears in the ShowMoreResults box. This is only used when the ShowMoreResultsBox property is True.
Public property NumberOfItems
NumberOfItems is the number of items that have been added by all previous calls to the ItemsRequested event handler when the ShowMoreResultsBox property is True.
Public property Text
Text is the text in the input area of the combobox. This value can be used to filter the items that are added.
Public property Value
Value is the value of the currently selected item.
Top
See Also