Class WorkbookCreatedEventArgs
Provides event arguments for the WorkbookCreated event
Inheritance
System.Object
System.EventArgs
WorkbookCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: TelerikExport.dll
Syntax
public class WorkbookCreatedEventArgs : EventArgs
Constructors
WorkbookCreatedEventArgs(Workbook)
Initializes a new instance of the WorkbookCreatedEventArgs class.
Declaration
public WorkbookCreatedEventArgs(Workbook workbook)
Parameters
Workbook
workbook
The workbook. |
Properties
Workbook
Gets the workbook which is going to be exported.
Declaration
public Workbook Workbook { get; }
Property Value
Workbook
The workbook. |