Adds an event handler for the textChanged event notification. This event is fired whenever the text value for the text portion of the control changes. Duplicates adds are not filtered out.
[Visual Basic] Public Sub AddOnTextChanged( _ ByVal handler As EventHandler _ ) [C#] public void AddOnTextChanged( EventHandler handler ); [C++] public: void AddOnTextChanged( EventHandler* handler ); [JScript] public function AddOnTextChanged( handler : EventHandler );
ComboBox Class | ComboBox Members | System.WinForms Namespace