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