GraphUpdatedEventArgs.IsRemoved(GraphNodeId) Method
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.
Determines if the given node id was removed during this transaction.
public:
bool IsRemoved(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ id);
public bool IsRemoved (Microsoft.VisualStudio.GraphModel.GraphNodeId id);
member this.IsRemoved : Microsoft.VisualStudio.GraphModel.GraphNodeId -> bool
Public Function IsRemoved (id As GraphNodeId) As Boolean
Parameters
- id
- GraphNodeId
Returns
True if the given node id was removed.