[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintMessageBoxEventArgs.-ctor

PrintMessageBoxEventArgs Constructor

PrintMessageBoxEventArgs(SpreadView, string, int, bool)

Creates a new object with the PrintMessageBox event arguments.

Declaration
public PrintMessageBoxEventArgs(SpreadView view, string abortMessage, int id, bool beginPrinting)
Public Sub New(view As SpreadView, abortMessage As String, id As Integer, beginPrinting As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the sheet being printed

string abortMessage

Value of the PrintInfo.AbortMessage property for this sheet

int id

Print job identifier

bool beginPrinting

Whether the print job is beginning

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

Creates a new object with the PrintMessageBox event arguments.

Declaration
public PrintMessageBoxEventArgs(SpreadView view, string abortMessage, int id, bool beginPrinting, bool isPreview)
Public Sub New(view As SpreadView, abortMessage As String, id As Integer, beginPrinting As Boolean, isPreview As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the sheet being printed

string abortMessage

Value of the PrintInfo.AbortMessage property for this sheet

int id

Print job identifier

bool beginPrinting

Whether the print job is beginning

bool isPreview

Flags event for PrintPreview