GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ 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 (GoTool)
In This Topic
This method is called when this tool becomes the view's current tool.
Syntax
C#
public
virtual
void
Start()
Remarks
Typically you will want to put initialization code here for each time the tool is started. By default, this does nothing. You should not normally be calling this method directly--only the view should.
See Also
Reference
GoTool Class
GoTool Members