IGraphContext.Completed 事件

引发,在上下文的结果填充了。

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

语法

声明
Event Completed As EventHandler
event EventHandler Completed
event EventHandler^ Completed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Completed : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间