This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.OnEditChange Method (ArcObjects .NET 10.4 SDK) |
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