NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.AddOnTextChanged

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
);

Parameters

handler
New Event Handler to install for this event.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace