Northwoods.GoSilverlight 1.3.5 Assembly
StartTransaction Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > DiagramModel Class : StartTransaction Method

tname
a String describing the transaction
Call the UndoManager's StartTransaction method.

Syntax

Visual Basic (Declaration) 
Public Function StartTransaction( _
   ByVal tname As String _
) As Boolean
C# 
public bool StartTransaction( 
   string tname
)

Parameters

tname
a String describing the transaction

Return Value

the value of the call to StartTransaction

Remarks

Transactions may be nested, e.g. Start, Start, Commit, Commit. StartTransaction will raise a Changed event with a hint of ModelChange.StartedTransaction.

Requirements

See Also

© 2012 All Rights Reserved.