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

Return Value

by default, this returns true if AllowCopy is true, if AllowClipboard is true, and if there are some selected parts (SelectedParts).
See Also

Reference

CommandHandler Class
CommandHandler Members