FastColoredTextBox |
FastColoredTextBox..::..OnTextChanging Method (String%) |
FastColoredTextBox Class See Also Send Feedback |
Fires TextChanging event
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public virtual void OnTextChanging( ref string text ) |
Visual Basic |
---|
Public Overridable Sub OnTextChanging ( _ ByRef text As String _ ) |
Visual C++ |
---|
public: virtual void OnTextChanging( String^% text ) |
Parameters
- text
- Type: System..::..String%