GoDiagram Web Reference
FinishTransaction Method (GoDocument)

a String describing the transaction
Call the UndoManager's GoUndoManager.FinishTransaction method.
Syntax
'Declaration
 
Public Overridable Function FinishTransaction( _
   ByVal tname As String _
) As Boolean
public virtual bool FinishTransaction( 
   string tname
)

Parameters

tname
a String describing the transaction

Return Value

Remarks
GoUndoManager.GoUndoManager.FinishTransaction, will raise a Changed event with a hint of FinishedTransaction, and with a GoChangedEventArgs.Object that is the GoUndoManagerCompoundEdit that was the value of GoUndoManager.GoUndoManager.CurrentEdit before calling GoUndoManager.FinishTransaction.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members
StartTransaction Method
AbortTransaction Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback