GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoTool Interface
Properties Methods

In This Topic
    IGoTool Interface Members
    In This Topic

    The following tables list the members exposed by IGoTool.

    Public Properties
     NameDescription
     Property Gets the view for which this tool is handling canonicalized input events.  
    Top
    Public Methods
     NameDescription
     Method This predicate is used by the view to decide if this tool can be started.  
     Method The view will call this method when the we wish to cancel the current tool's operation.  
     Method The view will call this method upon a key down event.  
     Method The view will call this method upon a mouse down event.  
     Method The view will call this method upon a mouse hover event.  
     Method The view will call this method upon a mouse drag event.  
     Method The view will call this method upon a mouse up event.  
     Method The view will call this method as the mouse wheel is rotated.  
     Method This method is called by the view when this tool becomes the currently active tool.  
     Method This method is called by the view when this tool stops being the current tool.  
    Top
    See Also