GoXam for WPF v3
RollbackTransaction Method (DiagramModel)
Northwoods.GoXam.Model Namespace > DiagramModel Class : RollbackTransaction Method
Call the UndoManager's RollbackTransaction method.
Syntax
public bool RollbackTransaction()

Return Value

the value of the call to RollbackTransaction
Remarks
After calling UndoManager.RollbackTransaction, if that call returned true, this raises a Changed event with a hint of ModelChange.RolledBackTransaction.
See Also

Reference

DiagramModel Class
DiagramModel Members
CommitTransaction Method