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

Return Value

by default, this returns true if the diagram is not IsReadOnly, if AllowInsert is true, if AllowClipboard is true, if the clipboard has data of the format given by the diagram's model's Northwoods.GoXam.Model.IDiagramModel.DataFormat, and if the model is Northwoods.GoXam.Model.IDiagramModel.Modifiable.
See Also

Reference

CommandHandler Class
CommandHandler Members