Share via


GraphObjectChangedEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

GraphObjectChangedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace