ICommandHandler Members
If implemented by a class, provides methods for handling commands in Print Preview.Methods
Name | Description |
---|---|
CanHandleCommand(PrintingSystemCommand, IPrintControl) | Indicates whether or not the specified Printing System command can be handled. |
HandleCommand(PrintingSystemCommand, Object[], IPrintControl, ref Boolean) | If implemented by a class, allows you to handle Printing System commands (listed in the PrintingSystemCommand enumeration). |
See Also