Occurs immediately before a print dialog is shown by the preview in response to user action. Allows to adjust the properties of the print dialog, or cancel it without showing.
The event handler receives an argument of type PreviewPrintEventArgs containing data related to this event. The following PreviewPrintEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
PrintDialog | Gets the System.Windows.Forms.PrintDialog object related to the event. |