GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / Start Method
In This Topic
    Start Method (GoToolCreating)
    In This Topic
    Starting this tool starts a transaction covering all of the changes made until this tool is stopped.
    Syntax
    public override void Start()
    Remarks
    On WinForms it also changes the cursor to a Cross. This calls GoTool.StartTransaction if Modal is false or if OneShot is true.
    See Also