DocumentParseCompleteEventArgs Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Web.Razor.DocumentParseCompleteEventArgs
Namespace: System.Web.Razor
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class DocumentParseCompleteEventArgs _
Inherits EventArgs
'Usage
Dim instance As DocumentParseCompleteEventArgs
public class DocumentParseCompleteEventArgs : EventArgs
public ref class DocumentParseCompleteEventArgs : public EventArgs
type DocumentParseCompleteEventArgs =
class
inherit EventArgs
end
public class DocumentParseCompleteEventArgs extends EventArgs
The DocumentParseCompleteEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentParseCompleteEventArgs | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
GeneratorResults | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
SourceChange | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
TreeStructureChanged | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.