GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ AbortTransaction Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
AbortTransaction Method (GoDocument)
In This Topic
Call the UndoManager's
GoUndoManager.AbortTransaction
method.
Syntax
C#
public
virtual
bool
AbortTransaction()
Return Value
GoUndoManager.AbortTransaction
Remarks
After calling
GoUndoManager.AbortTransaction
, if that call returned true, this raises a Changed event with a hint of
AbortedTransaction
.
See Also
Reference
GoDocument Class
GoDocument Members
FinishTransaction Method