Share via


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

'Declaration
Event NodeRemoving As EventHandler(Of DataExplorerNodeEventArgs)
event EventHandler<DataExplorerNodeEventArgs> NodeRemoving
event EventHandler<DataExplorerNodeEventArgs^>^ NodeRemoving {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
abstract NodeRemoving : IEvent<EventHandler<DataExplorerNodeEventArgs>,
    DataExplorerNodeEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

Microsoft.VisualStudio.Data.Services Namespace