'Declaration Public Event PreviewPrint As PreviewPrintEventHandler
public event PreviewPrintEventHandler PreviewPrint
Event Data
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. |
See Also