DocumentParseCompleteEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for the DocumentParseComplete event in RazorEditorParser
public ref class DocumentParseCompleteEventArgs : EventArgs
public class DocumentParseCompleteEventArgs : EventArgs
type DocumentParseCompleteEventArgs = class
inherit EventArgs
Public Class DocumentParseCompleteEventArgs
Inherits EventArgs
- Inheritance
-
DocumentParseCompleteEventArgs
Constructors
DocumentParseCompleteEventArgs() |
Properties
GeneratorResults |
The results of the chunk generation and parsing |
SourceChange |
The TextChange which triggered the re-parse |
TreeStructureChanged |
Indicates if the tree structure has actually changed since the previous re-parse. |