Graph.Updated, événement
Implémentation d'événement pour GraphUpdated.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Event Updated As EventHandler(Of GraphUpdatedEventArgs)
public event EventHandler<GraphUpdatedEventArgs> Updated
public:
event EventHandler<GraphUpdatedEventArgs^>^ Updated {
void add (EventHandler<GraphUpdatedEventArgs^>^ value);
void remove (EventHandler<GraphUpdatedEventArgs^>^ value);
}
member Updated : IEvent<EventHandler<GraphUpdatedEventArgs>,
GraphUpdatedEventArgs>
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.