GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ DoClick Method
a
GoInputEventArgs
describing the input event
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoClick Method
In This Topic
Any tool can call this method in order to implement the standard click behavior.
Syntax
C#
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
Reference
GoTool Class
GoTool Members