Class SpreadStreamWorkbookEventArgs
Provides event arguments for the SpreadWorkbookCreated event.
Inheritance
System.Object
SpreadStreamWorkbookEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax
public class SpreadStreamWorkbookEventArgs : EventArgs
Constructors
SpreadStreamWorkbookEventArgs(IWorkbookExporter)
Initializes a new instance of the SpreadStreamWorkbookEventArgs class.
Declaration
public SpreadStreamWorkbookEventArgs(IWorkbookExporter workbook)
Parameters
Telerik.Documents.SpreadsheetStreaming.IWorkbookExporter
workbook
The workbook. |
Properties
Workbook
Gets the
IWorkbookExporter
element.
Declaration
public IWorkbookExporter Workbook { get; }
Property Value
Telerik.Documents.SpreadsheetStreaming.IWorkbookExporter
|