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

tname
Call Northwoods.GoXam.Diagram.StartTransaction with the given transaction name.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function StartTransaction( _
   ByVal tname As String _
) As Boolean
C# 
protected virtual bool StartTransaction( 
   string tname
)

Parameters

tname

Remarks

This is normally called in an override of DoActivate, if the tool modifies the model, along with a call to DiagramTool.StopTransaction in an override of DoDeactivate.

Requirements

See Also

© 2012 All Rights Reserved.