GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoTool Interface / Start Method
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
    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