FlavoredProject.EventHandler<ProjectDocumentsChangeEventArgs> Delegate
Visual Studio 2015
Represents the method that handles events that relate to files and folders of the flavored project.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public delegate void EventHandler<ProjectDocumentsChangeEventArgs>( object sender, ProjectDocumentsChangeEventArgs e )
Parameters
- sender
-
Type:
System.Object
The object that raises the event.
- e
-
Type:
ProjectDocumentsChangeEventArgs
T:Microsoft.VisualStudio.Package.Flavor.ProjectDocumentsChangeEventArgs.
For more information about delegates and events, see Using Delegates (C# Programming Guide), NIB: Events and Delegates, and Generic Delegates (C# Programming Guide).
Show: