GoXam for WPF v3
CanEdit Method (CommandHandler)
Northwoods.GoXam Namespace > CommandHandler Class : CanEdit Method
This overridable predicate controls whether or not the Edit command is executed.
Syntax
public virtual bool CanEdit()

Return Value

By default, this returns true: if the diagram is not IsReadOnly, if AllowEdit is true, if there are any selected parts that can be Part.CanEdit'ed, and if there is a TextEditingTool.
See Also

Reference

CommandHandler Class
CommandHandler Members