Click or drag to resize

ComboBoxCallbackOnTextChanged Method

Raises the text changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnTextChanged(
	ComboBox widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsComboBox

[Missing <param name="widget"/> documentation for "M:Eto.Forms.ComboBox.Callback.OnTextChanged(Eto.Forms.ComboBox,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.ComboBox.Callback.OnTextChanged(Eto.Forms.ComboBox,System.EventArgs)"]

Implements

ComboBoxICallbackOnTextChanged(ComboBox, EventArgs)
See Also