IVsDataExplorerConnection.NodeInserted 이벤트

서버 탐색기에서 노드를 삽입할 때 발생 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Event NodeInserted As EventHandler(Of DataExplorerNodeEventArgs)
event EventHandler<DataExplorerNodeEventArgs> NodeInserted
event EventHandler<DataExplorerNodeEventArgs^>^ NodeInserted {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
abstract NodeInserted : IEvent<EventHandler<DataExplorerNodeEventArgs>,
    DataExplorerNodeEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

IVsDataExplorerConnection 인터페이스

Microsoft.VisualStudio.Data.Services 네임스페이스