ITransactionFinalizerOnCommitted Method

This method is called at the end of committing a transaction

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void OnCommitted(
	Document document,
	string strTransactionName
)

Parameters

document  Document
The document associated with the transaction
strTransactionName  String
The transaction's name
See Also