Northwoods.GoSilverlight 1.2.2 Assembly
IDiagramTool Interface Members
See Also  Properties  Methods  Send Feedback
Northwoods.GoXam.Tool Namespace : IDiagramTool Interface


The following tables list the members exposed by IDiagramTool.

Public Properties

 NameDescription
 PropertyActive Gets or sets whether this tool is started and is actively doing something.  
 PropertyDiagramGets the Northwoods.GoXam.Diagram for which this tool is handling input events.  
Top

Public Methods

 NameDescription
 MethodCanStart This predicate is used by the diagram to decide if this tool can be started.  
 MethodDoActivateThis method is called by the diagram after setting Northwoods.GoXam.Diagram.CurrentTool, to make the new tool active.  
 MethodDoCancel The diagram will call this method when the we wish to cancel the current tool's operation.  
 MethodDoDeactivateThis method is called by the diagram on the old tool when Northwoods.GoXam.Diagram.CurrentTool is set to a new tool.  
 MethodDoKeyDown The diagram will call this method upon a key down event.  
 MethodDoKeyUp The diagram will call this method upon a key up event.  
 MethodDoMouseDown The diagram will call this method upon a mouse down event.  
 MethodDoMouseMove The diagram will call this method upon a mouse move event.  
 MethodDoMouseUp The diagram will call this method upon a mouse up event.  
 MethodDoMouseWheel The diagram will call this method as the mouse wheel is rotated.  
 MethodDoStart This method is called by the diagram when this tool becomes the current tool.  
 MethodDoStop This method is called by the diagram when this tool stops being the current tool.  
 MethodUpdateAdornments The diagram asks each tool to update any adornments the tool might use for a given part.  
Top

See Also

© 2010 All Rights Reserved.