GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / Start Method
In This Topic
    Start Method (GoTool)
    In This Topic
    This method is called when this tool becomes the view's current tool.
    Syntax
    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