AutoIndentEventArgs Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public AutoIndentEventArgs( int iLine, string lineText, string prevLineText, int tabLength, int currentIndentation )
Public Sub New ( iLine As Integer, lineText As String, prevLineText As String, tabLength As Integer, currentIndentation As Integer ) Dim iLine As Integer Dim lineText As String Dim prevLineText As String Dim tabLength As Integer Dim currentIndentation As Integer Dim instance As New AutoIndentEventArgs(iLine, lineText, prevLineText, tabLength, currentIndentation)
Parameters
- iLine
- Type: SystemInt32
[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.AutoIndentEventArgs.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32)"]
- lineText
- Type: SystemString
[Missing <param name="lineText"/> documentation for "M:FastColoredTextBoxNS.AutoIndentEventArgs.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32)"]
- prevLineText
- Type: SystemString
[Missing <param name="prevLineText"/> documentation for "M:FastColoredTextBoxNS.AutoIndentEventArgs.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32)"]
- tabLength
- Type: SystemInt32
[Missing <param name="tabLength"/> documentation for "M:FastColoredTextBoxNS.AutoIndentEventArgs.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32)"]
- currentIndentation
- Type: SystemInt32
[Missing <param name="currentIndentation"/> documentation for "M:FastColoredTextBoxNS.AutoIndentEventArgs.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32)"]