Class
SpreadStreamWorkbookEventArgs

Provides event arguments for the SpreadWorkbookCreated event.

Definition

Namespace:Telerik.WinControls.Export

Assembly:TelerikExport.dll

Syntax:

cs-api-definition
public class SpreadStreamWorkbookEventArgs : EventArgs

Inheritance: objectEventArgsSpreadStreamWorkbookEventArgs

Inherited Members EventArgs.Empty

Constructors

SpreadStreamWorkbookEventArgs(IWorkbookExporter)

Initializes a new instance of the SpreadStreamWorkbookEventArgs class.

Declaration

cs-api-definition
public SpreadStreamWorkbookEventArgs(IWorkbookExporter workbook)

Parameters

workbook

IWorkbookExporter

The workbook.

Properties

Workbook

        Gets the 
csharp
IWorkbookExporter

element.

Declaration

cs-api-definition
public IWorkbookExporter Workbook { get; }

Property Value

IWorkbookExporter