GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoTool Interface
/ Start Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Start Method (IGoTool)
In This Topic
This method is called by the view when this tool becomes the currently active tool.
Syntax
C#
void
Start()
Remarks
Tool implementations should perform their per-use initialization here, such as starting a document transaction and setting up internal data structures.
See Also
Reference
IGoTool Interface
IGoTool Members