Share via


IVsDataExplorerConnection.NodeInserted Event

Occurs when a node is inserted in Server Explorer.

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

Syntax

'Declaration
Event NodeInserted As EventHandler(Of DataExplorerNodeEventArgs)
'Usage
Dim instance As IVsDataExplorerConnection 
Dim handler As EventHandler(Of DataExplorerNodeEventArgs)

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

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

IVsDataExplorerConnection Members

Microsoft.VisualStudio.Data.Services Namespace