IVsDataExplorerConnection.NodeRemoving Event

Occurs just before a node removal from Server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Event NodeRemoving As EventHandler(Of DataExplorerNodeEventArgs)

Dim instance As IVsDataExplorerConnection
Dim handler As EventHandler(Of DataExplorerNodeEventArgs)

AddHandler instance.NodeRemoving, handler
event EventHandler<DataExplorerNodeEventArgs> NodeRemoving
 event EventHandler<DataExplorerNodeEventArgs^>^ NodeRemoving {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
JScript does not support events.

Permissions

See Also

Reference

IVsDataExplorerConnection Interface

IVsDataExplorerConnection Members

Microsoft.VisualStudio.Data.Services Namespace