ITransactionsExecuteTransaction2 Method

Spotfire 14.3 API Reference
Starts a transaction on the document model by executing action.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
void ExecuteTransaction2(
	Action action
)

Parameters

action
Type: SystemAction
The delegate to execute.
Remarks

This method starts a transaction on the document model by executing action. If there is already an ongoing transaction then the transaction is included in the current transaction.

All modifications of the document that are performed as a result of the operations performed by action will be recorded in the transaction so that the transaction can be unexecuted if the user requests an undo.

Version Information

Supported in: 14.3, 14.2
See Also

Reference