SimpleMonikerResolver::OnTransactionRollback Method (Object^, TransactionRollbackEventArgs^)

 

Alerts listeners that the transaction has been rolled back.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: