GraphUpdatedEventArgs.IsRemoved(GraphNodeId) Method

Definition

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

Returns

True if the given node id was removed.

Applies to