[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintPreviewShowingEventArgs

PrintPreviewShowingEventArgs Class

Represents the event data for the PrintPreviewShowing event for the Spread component, which occurs before the print preview dialog appears.

Inheritance
PrintPreviewShowingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PrintPreviewShowingEventArgs : EventArgs
Public Class PrintPreviewShowingEventArgs
    Inherits EventArgs

Constructors

Name Description
PrintPreviewShowingEventArgs(SpreadView, PrintPreviewDialog, PrintPreviewControl)

Creates a new object with the PrintPreviewShowing event arguments.

Properties

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.