Northwoods.Go Assembly > Northwoods.Go Namespace : IGoTool Interface |
The following tables list the members exposed by IGoTool.
Name | Description | |
---|---|---|
CanStart | This predicate is used by the view to decide if this tool can be started. | |
DoCancelMouse | The view will call this method when the we wish to cancel the current tool's operation. | |
DoKeyDown | The view will call this method upon a key down event. | |
DoMouseDown | The view will call this method upon a mouse down event. | |
DoMouseHover | The view will call this method upon a mouse hover event. | |
DoMouseMove | The view will call this method upon a mouse drag event. | |
DoMouseUp | The view will call this method upon a mouse up event. | |
DoMouseWheel | The view will call this method as the mouse wheel is rotated. | |
Start | This method is called by the view when this tool becomes the currently active tool. | |
Stop | This method is called by the view when this tool stops being the current tool. |