GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoActionObject Interface
/ OnAction Method
the
GoView
that the input event occurred in
the
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
OnAction Method (IGoActionObject)
In This Topic
This method is called by
GoToolAction
to perform the object's action, normally by a mouse button being released.
Syntax
C#
void
OnAction(
GoView
view
,
GoInputEventArgs
e
)
Parameters
view
the
GoView
that the input event occurred in
e
the
GoInputEventArgs
describing the input event
See Also
Reference
IGoActionObject Interface
IGoActionObject Members