IVsDataExplorerConnection.NodeRemoving Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs just before a node removal from Server Explorer.
public:
event EventHandler<Microsoft::VisualStudio::Data::Services::DataExplorerNodeEventArgs ^> ^ NodeRemoving;
event EventHandler<Microsoft.VisualStudio.Data.Services.DataExplorerNodeEventArgs> NodeRemoving;
member this.NodeRemoving : EventHandler<Microsoft.VisualStudio.Data.Services.DataExplorerNodeEventArgs>
Event NodeRemoving As EventHandler(Of DataExplorerNodeEventArgs)