GoXam for WPF v3
Active Property (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : Active Property
Gets or sets whether this tool is started and is actively doing something.
Syntax
bool Active {get; set;}
Remarks
You can set this to true after your tool is started (i.e. when it is the Northwoods.GoXam.Diagram.CurrentTool and DoStart had been called), but when it is not yet in a state that it is actually "doing" something, because it is waiting for the right circumstances. This is typically only important when the tool is used in a modal fashion.
See Also

Reference

IDiagramTool Interface
IDiagramTool Members