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