IDatabaseProjectNode.NodeIncludedInProject Event
Raised when a node has been included in the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event NodeIncludedInProject As EventHandler(Of IncludeInProjectEventArgs)
event EventHandler<IncludeInProjectEventArgs> NodeIncludedInProject
event EventHandler<IncludeInProjectEventArgs^>^ NodeIncludedInProject {
void add (EventHandler<IncludeInProjectEventArgs^>^ value);
void remove (EventHandler<IncludeInProjectEventArgs^>^ value);
}
abstract NodeIncludedInProject : IEvent<EventHandler<IncludeInProjectEventArgs>,
IncludeInProjectEventArgs>
JScript does not support events.
Remarks
Nodes are included in the project when the "Include in Project" command is selected from the context menu in Solution Explorer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace