FilteredListFactory Delegate
Delegate type of auto suggestion list filter.
Namespace: BeeMobile.RoundComboBoxAssembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
public delegate IList FilteredListFactory(
Object originalDataSource,
string textBoxText,
ref string currentSearchText
)
Public Delegate Function FilteredListFactory (
originalDataSource As Object,
textBoxText As String,
ByRef currentSearchText As String
) As IList
- originalDataSource Object
- The unfiltered original data source object.
- textBoxText String
- The text in the text box.
- currentSearchText String
- reference to the most recent text for which a search thread is started. Useful for stopping the filtering, when it's not the same as textBoxText.
IListIList type colelction of filtered items.