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