GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoClick Method
a GoInputEventArgs describing the input event
In This Topic
    DoClick Method
    In This Topic
    Any tool can call this method in order to implement the standard click behavior.
    Syntax
    public virtual bool DoClick( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    a GoInputEventArgs describing the input event
    Remarks
    By default, this just calls either GoView.DoDoubleClick or GoView.DoSingleClick, depending on whether GoInputEventArgs.DoubleClick is true.
    See Also