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

See Also

Reference

IDependencyView Interface

IDependencyView Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DependencyView Namespace