This document is archived and information here might be outdated.  Recommended version.


IComboBox.OnEditChange Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

IComboBox.OnEditChange Method

Called by system when the edit box is typed into (if editable)

[Visual Basic .NET]
Public Sub OnEditChange ( _
    ByVal editString As String _
)
[C#]
public void OnEditChange (
    string editString
);
[C++]
HRESULT OnEditChange(
  BSTR editString
);
[C++]

Parameters editString [in] editString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IComboBox Interface