This method is called at the end of committing a transaction
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
 Syntax
Syntax
| C# | 
|---|
| void OnCommitted( Document document, string strTransactionName ) | 
| Visual Basic | 
|---|
| Sub OnCommitted ( _ document As Document, _ strTransactionName As String _ ) | 
| Visual C++ | 
|---|
| void OnCommitted( Document^ document, String^ strTransactionName ) | 
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
 The document associated with the transaction
- strTransactionName
- Type: System..::..String
 The transaction's name





