Udostępnij za pośrednictwem


IDependencyView.RemoveDependencyNodes Event

Raised when new nodes are removed from 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 RemoveDependencyNodes As EventHandler(Of DependencyViewRemoveNodesEventArgs)
event EventHandler<DependencyViewRemoveNodesEventArgs> RemoveDependencyNodes
 event EventHandler<DependencyViewRemoveNodesEventArgs^>^ RemoveDependencyNodes {
    void add (EventHandler<DependencyViewRemoveNodesEventArgs^>^ value);
    void remove (EventHandler<DependencyViewRemoveNodesEventArgs^>^ value);
}
abstract RemoveDependencyNodes : IEvent<EventHandler<DependencyViewRemoveNodesEventArgs>,
    DependencyViewRemoveNodesEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IDependencyView Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView Namespace