SimpleMonikerResolver::OnTransactionRollback Method (Object^, TransactionRollbackEventArgs^)
Visual Studio 2015
Alerts listeners that the transaction has been rolled back.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected: virtual void OnTransactionRollback( Object^ sender, TransactionRollbackEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
The sending object.
- args
-
Type:
Microsoft.VisualStudio.Modeling::TransactionRollbackEventArgs^
The event arguments.
Show: