GraphObjectChangedEventArgs(GraphObject) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
GraphObjectChangedEventArgs(Microsoft::VisualStudio::GraphModel::GraphObject ^ changed);
public GraphObjectChangedEventArgs (Microsoft.VisualStudio.GraphModel.GraphObject changed);
new Microsoft.VisualStudio.GraphModel.GraphObjectChangedEventArgs : Microsoft.VisualStudio.GraphModel.GraphObject -> Microsoft.VisualStudio.GraphModel.GraphObjectChangedEventArgs
Public Sub New (changed As GraphObject)
Parameters
- changed
- GraphObject