Class
SpreadStreamWorkbookEventArgs

Provides event arguments for the SpreadWorkbookCreated event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.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

IWorkbookExporter
element.

Declaration

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

Property Value

IWorkbookExporter