GraphObjectChangedEventArgs 构造函数

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

语法

声明
Public Sub New ( _
    changed As GraphObject _
)
public GraphObjectChangedEventArgs(
    GraphObject changed
)
public:
GraphObjectChangedEventArgs(
    GraphObject^ changed
)
new : 
        changed:GraphObject -> GraphObjectChangedEventArgs
public function GraphObjectChangedEventArgs(
    changed : GraphObject
)

参数

.NET Framework 安全性

请参阅

参考

GraphObjectChangedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间