Back to Devexpress

XlSheetCreatedEventArgs Class

corelibraries-devexpress-dot-xtraprinting-1a78145a.md

latest1.4 KB
Original Source

XlSheetCreatedEventArgs Class

Provides data for the PrintingSystemBase.XlSheetCreated event.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class XlSheetCreatedEventArgs :
    EventArgs
vb
Public Class XlSheetCreatedEventArgs
    Inherits EventArgs

XlSheetCreatedEventArgs is the data class for the following events:

Remarks

Instances of the XlSheetCreatedEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs XlSheetCreatedEventArgs

See Also

XlSheetCreatedEventArgs Members

DevExpress.XtraPrinting Namespace