This method is called at the end of committing a transaction
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
void OnCommitted( Document document, string strTransactionName )
Parameters
- document Document
- The document associated with the transaction
- strTransactionName String
- The transaction's name
