







Initializes a new instance of the LinePushedEventArgs class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public LinePushedEventArgs( string sourceLineText, int displayedLineIndex, string displayedLineText ) |
Visual Basic |
---|
Public Sub New ( _ sourceLineText As String, _ displayedLineIndex As Integer, _ displayedLineText As String _ ) |
Visual C++ |
---|
public: LinePushedEventArgs( String^ sourceLineText, int displayedLineIndex, String^ displayedLineText ) |
Parameters
- sourceLineText
- Type: System..::..String
- displayedLineIndex
- Type: System..::..Int32
- displayedLineText
- Type: System..::..String