다음을 통해 공유


IVsDataExplorerConnection.NodeChanged 이벤트

노드가 변경 될 때 발생 합니다.

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

구문

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

.NET Framework 보안

참고 항목

참조

IVsDataExplorerConnection 인터페이스

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