GraphObjectChangedEventArgs Constructor
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
- changed
Type: Microsoft.VisualStudio.GraphModel.GraphObject
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.