IVsDataExplorerConnection.NodeChanged, événement
Se produit lorsqu'un nœud a changé.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.