This document is archived and information here might be outdated. Recommended version. |
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