ISmartDocument.OnTextboxContentChange(Int32, Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void OnTextboxContentChange (int ControlID, object Target, string Value);
abstract member OnTextboxContentChange : int * obj * string -> unit
Public Sub OnTextboxContentChange (ControlID As Integer, Target As Object, Value As String)
Parameters
- ControlID
- Int32
- Target
- Object
- Value
- String