GoXam for WPF v3
UpdateAdornments Method (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : UpdateAdornments Method
The diagram asks each tool to update any adornments the tool might use for a given part.
Syntax
void UpdateAdornments( 
   Part part
)

Parameters

part
Remarks
If the tool uses its own tool handles (Northwoods.GoXam.Adornments), this should display them or hide them as appropriate. Typically this should only show them if the part is selected.
See Also

Reference

IDiagramTool Interface
IDiagramTool Members