Class SyntaxParserEventArgs
Provides data for the asynchronous syntax parsing.
public class SyntaxParserEventArgs : EventArgs
- Inheritance
-
SyntaxParserEventArgs
Constructors
- SyntaxParserEventArgs(bool, bool, int, int)
Initializes a new instance of the
SyntaxParserEventArgs
class with the specific parameters.
Properties
- First
Gets or sets first parsed line.
- Last
Gets or sets last parsed line.
- Rescan
Gets or sets a boolean value indicates whether visual control, linked to the parser should rescan its content
- Update
Gets or sets a boolean value indicates whether visual control, linked to the parser should update its content.