[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintMessageBoxEventArgs

PrintMessageBoxEventArgs Class

Represents the event data for the PrintMessageBox event for the Spread component, which occurs when the print message box is to be displayed.

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

Constructors

Name Description
PrintMessageBoxEventArgs(SpreadView, string, int, bool)

Creates a new object with the PrintMessageBox event arguments.

PrintMessageBoxEventArgs(SpreadView, string, int, bool, bool)

Creates a new object with the PrintMessageBox event arguments.

Properties

Name Description
AbortMessage

Gets the message displayed if the print job is canceled.

BeginPrinting

Gets whether the print job is beginning or ending.

Cancel

Gets or sets whether to cancel the default abort message box.

Id

Gets the print job identifier.

IsPreview

Gets whether this event is for the print preview.