T3000 CrossPlatform Documentation
TextSourceTextChangedEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the TextSourceTextChangedEventArgs class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public TextChangedEventArgs( int iFromLine, int iToLine )
Public Sub New ( iFromLine As Integer, iToLine As Integer ) Dim iFromLine As Integer Dim iToLine As Integer Dim instance As New TextSourceTextChangedEventArgs(iFromLine, iToLine)
Parameters
- iFromLine
- Type: SystemInt32
[Missing <param name="iFromLine"/> documentation for "M:FastColoredTextBoxNS.TextSource.TextChangedEventArgs.#ctor(System.Int32,System.Int32)"]
- iToLine
- Type: SystemInt32
[Missing <param name="iToLine"/> documentation for "M:FastColoredTextBoxNS.TextSource.TextChangedEventArgs.#ctor(System.Int32,System.Int32)"]
See Also