IVsDataExplorerConnection.NodeChanged Event

Occurs when a node has changed.

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

Syntax

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

AddHandler instance.NodeChanged, handler
event EventHandler<DataExplorerNodeEventArgs> NodeChanged
event EventHandler<DataExplorerNodeEventArgs^>^ NodeChanged {
    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