Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains event data for events relating to files and folders of the project subtype, for example the FileAdded event.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectDocumentsChangeEventArgs _
Inherits EventArgs
'Usage
Dim instance As ProjectDocumentsChangeEventArgs
public sealed class ProjectDocumentsChangeEventArgs : EventArgs
public ref class ProjectDocumentsChangeEventArgs sealed : public EventArgs
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.