UserInterfaceTextBoxOnTextChanged Method |
Called every time the text changes, once per keystroke. The default
implementation raises the TextChanged event.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void OnTextChanged()
Protected Overridable Sub OnTextChanged
See Also