Back to Devexpress

BeforePrintSheetEventArgs Class

officefileapi-devexpress-dot-spreadsheet-8f68ee01.md

latest2.1 KB
Original Source

BeforePrintSheetEventArgs Class

Provides data for the SpreadsheetControl.BeforePrintSheet event.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class BeforePrintSheetEventArgs :
    CancelEventArgs
vb
Public Class BeforePrintSheetEventArgs
    Inherits CancelEventArgs

BeforePrintSheetEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.BeforePrintSheet
WPF ControlsSpreadsheetControl.BeforePrintSheet
Office File APIISpreadsheetComponent.BeforePrintSheet
Workbook.BeforePrintSheet

Remarks

The BeforePrintSheetEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.BeforePrintSheet event handlers.

Inheritance

Object EventArgs CancelEventArgs BeforePrintSheetEventArgs

See Also

BeforePrintSheetEventArgs Members

DevExpress.Spreadsheet Namespace