RVTDocs.com

ITransactionFinalizer.OnCommitted

Method
Description:
This method is called at the end of committing a transaction
Syntax
void OnCommitted(
	Document document,
	string strTransactionName
)
Parameters
Parameter Type Description
document Document The document associated with the transaction
strTransactionName String The transaction's name
Return Value