共用方式為


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 命名空間