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


IComboBox.OnEditChange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.OnEditChange Method
ArcGIS Developer Help

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