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.
Raised when new nodes are added to the database dependency view.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event AddDependencyNodes As EventHandler(Of DependencyViewAddNodesEventArgs)
event EventHandler<DependencyViewAddNodesEventArgs> AddDependencyNodes
event EventHandler<DependencyViewAddNodesEventArgs^>^ AddDependencyNodes {
void add (EventHandler<DependencyViewAddNodesEventArgs^>^ value);
void remove (EventHandler<DependencyViewAddNodesEventArgs^>^ value);
}
abstract AddDependencyNodes : IEvent<EventHandler<DependencyViewAddNodesEventArgs>,
DependencyViewAddNodesEventArgs>
JScript does not support events.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView Namespace