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

Return Value

by default, this returns true if the diagram is not IsReadOnly, if AllowCopy is true, if AllowDelete is true, if AllowClipboard is true, if there are some selected parts (SelectedParts), and if the model is Northwoods.GoXam.Model.IDiagramModel.Modifiable.
See Also

Reference

CommandHandler Class
CommandHandler Members