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 Spread
Declaration
public SpreadStreamWorkbookEventArgs(IWorkbookExporter workbook)
Parameters
Telerik. The workbook. |
Properties
Workbook
Gets the
IWorkbookExporter
element.
Declaration
public IWorkbookExporter Workbook { get; }
Property Value
Telerik.
|