IDependencyView.AddDependencyNodes Event
Event to raise when nodes are added.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Event AddDependencyNodes As EventHandler(Of AddDependencyNodesEventArgs)
'Usage
Dim instance As IDependencyView
Dim handler As EventHandler(Of AddDependencyNodesEventArgs)
AddHandler instance.AddDependencyNodes, handler
event EventHandler<AddDependencyNodesEventArgs> AddDependencyNodes
event EventHandler<AddDependencyNodesEventArgs^>^ AddDependencyNodes {
void add (EventHandler<AddDependencyNodesEventArgs^>^ value);
void remove (EventHandler<AddDependencyNodesEventArgs^>^ value);
}
JScript does not support events.
abstract AddDependencyNodes : IEvent<EventHandler<AddDependencyNodesEventArgs>,
AddDependencyNodesEventArgs>
Remarks
This event is listened to by the DependencyViewController.
.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.Project.Project.ToolWindows.DependencyView Namespace