GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoTool Interface / Stop Method
In This Topic
    Stop Method (IGoTool)
    In This Topic
    This method is called by the view when this tool stops being the current tool.
    Syntax
    void Stop()
    Remarks
    Tool implementations should perform their per-use cleanup here, such as finishing a document transaction.
    See Also