eDriven Framework API
ComboBox..::..ItemMatchingFunctionDelegate Delegate
NamespaceseDriven.Gui.ComponentsComboBoxComboBox..::..ItemMatchingFunctionDelegate
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public delegate List<int> ItemMatchingFunctionDelegate(
	ComboBox combo,
	string inputText
)
Public Delegate Function ItemMatchingFunctionDelegate ( _
	combo As ComboBox, _
	inputText As String _
) As List(Of Integer)
public delegate List<int>^ ItemMatchingFunctionDelegate(
	ComboBox^ combo, 
	String^ inputText
)
Parameters
combo (ComboBox)
inputText (String)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)