Compartilhar via


UndoableGraphTransactionScope.ActiveTransactionsChanged Field

Definition

Notifies when the number of active transaction is changing.

public: static EventHandler<Microsoft::VisualStudio::GraphModel::ActiveTransactionsChangedEventArgs ^> ^ ActiveTransactionsChanged;
public static EventHandler<Microsoft.VisualStudio.GraphModel.ActiveTransactionsChangedEventArgs> ActiveTransactionsChanged;
 staticval mutable ActiveTransactionsChanged : EventHandler<Microsoft.VisualStudio.GraphModel.ActiveTransactionsChangedEventArgs>
Public Shared ActiveTransactionsChanged As EventHandler(Of ActiveTransactionsChangedEventArgs) 

Field Value

Remarks

For transactions with Disable no change event will be raised

Applies to