DocumentParseCompleteEventArgs Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System.Object
  System.EventArgs
    System.Web.Razor.DocumentParseCompleteEventArgs

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public class DocumentParseCompleteEventArgs extends EventArgs

The DocumentParseCompleteEventArgs type exposes the following members.

  NameDescription
Public methodDocumentParseCompleteEventArgsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Top

  NameDescription
Public propertyGeneratorResultsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertySourceChangeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public propertyTreeStructureChangedThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: