Graph.Updated 事件

GraphUpdated 的事件实现。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
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 不支持事件。

.NET Framework 安全性

请参见

参考

Graph 类

Microsoft.VisualStudio.GraphModel 命名空间