Northwoods.Go Assembly > Northwoods.Go Namespace : IGoActionObject Interface |
For a list of all members of this type, see IGoActionObject members.
Name | Description | |
---|---|---|
OnAction | This method is called by GoToolAction to perform the object's action, normally by a mouse button being released. | |
OnActionActivated | This method is called by GoToolAction as the user is starting to manipulate the object, normally by a mouse press. | |
OnActionAdjusted | This method is called by GoToolAction as the user is adjusting the object, normally by a mouse drag or move. | |
OnActionCancelled | This method is called by GoToolAction to notify the object that the tool is being cancelled. |