This method is called at the end of committing a transaction
Namespace: Autodesk.Revit.DBAssembly: 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
See Also
Reference