GoXam for WPF v3
CanPrint 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
: CanPrint Method
This overridable predicate controls whether or not the
Print
command is executed.
Syntax
C#
public
virtual
bool
CanPrint()
Return Value
By default, this returns true if
AllowPrint
is true and there is a
PrintManager
.
See Also
Reference
CommandHandler Class
CommandHandler Members