OnActionCancelled Method (IGoActionObject)
In This Topic
This method is called by
GoToolAction to notify the object that the tool is being cancelled.
Syntax
void OnActionCancelled(
GoView
)
Parameters
- view
- the GoView that the input event occurred in
See Also