GoXam for WPF v3
CanCopy Method (CommandHandler)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
CommandHandler Class
: CanCopy Method
This overridable predicate controls whether or not the
Copy
command is executed.
Syntax
C#
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