GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / Stop Method
In This Topic
    Stop Method (GoTool)
    In This Topic
    This method is called when this tool is about to be replaced as the view's current tool.
    Syntax
    public virtual void Stop()
    Remarks
    Typically you will want to put termination code here for each time the tool is stopped. By default, this does nothing. You should not normally be calling this method directly--only the view should. If you want to cause this tool to stop, call StopTool instead, which will eventually call this method.
    See Also