[]
Represents the event data for the PrintPreviewShowing event for the Spread component, which occurs before the print preview dialog appears.
public class PrintPreviewShowingEventArgs : EventArgs
Public Class PrintPreviewShowingEventArgs
Inherits EventArgs
Name | Description |
---|---|
PrintPreviewShowingEventArgs(SpreadView, PrintPreviewDialog, PrintPreviewControl) | Creates a new object with the PrintPreviewShowing event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the print preview. |
PreviewControl | Gets the control associated with the print preview dialog. |
PreviewDialog | Gets the print preview dialog to be displayed. |