Table of Contents

Constructor SyntaxParserEventArgs

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

SyntaxParserEventArgs(bool, bool, int, int)

Initializes a new instance of the SyntaxParserEventArgs class with the specific parameters.

public SyntaxParserEventArgs(bool update, bool rescan, int first, int last)

Parameters

update bool

Indicates whether visual control, linked to the parser should update its content.

rescan bool

Indicates whether visual control, linked to the parser should rescan its content.

first int

First parsed line.

last int

Last parsed line.