Contains event data for events relating to files and folders of the project subtype, for example the FileAdded event.
Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public NotInheritable Class ProjectDocumentsChangeEventArgs _
    Inherits EventArgs
用法
Dim instance As ProjectDocumentsChangeEventArgs
public sealed class ProjectDocumentsChangeEventArgs : EventArgs
public ref class ProjectDocumentsChangeEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ProjectDocumentsChangeEventArgs =  
    class
        inherit EventArgs
    end
public final class ProjectDocumentsChangeEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.Flavor.ProjectDocumentsChangeEventArgs
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.