Version

WebExcelExporter Class Events

For a list of all members of this type, see WebExcelExporter members.

Public Events
 NameDescription
Public EventCellExportedOccurs when cell exporting is complete. This event is obsolete. Use GridFieldCaptionExported, GridRecordItemExported, SummaryCellExported instead.  
Public EventCellExportingOccurs before cell exporting start. This event is obsolete. Use GridFieldCaptionExporting, GridRecordItemExporting, SummaryCellExporting instead.  
Public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
Public EventDisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control)
Public EventExportedOccurs when exporting is complete.  
Public EventExportingOccurs before the exporting start.  
Public EventGridFieldCaptionExportedOccurs when grid field caption exporting is complete.  
Public EventGridFieldCaptionExportingOccurs before grid field caption item exporting starts.  
Public EventGridRecordItemExportedOccurs when grid record item exporting is complete.  
Public EventGridRecordItemExportingOccurs before grid record item exporting starts.  
Public EventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
Public EventLoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
Public EventPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventRowExportedOccurs when row exporting is complete.  
Public EventRowExportingOccurs before row exporting start.  
Public EventSummaryCellExportedOccurs when summary cell exporting is complete.  
Public EventSummaryCellExportingOccurs before summary cell exporting starts.  
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
See Also