バージョン 23.1 (最新)

WebExcelExporter クラス イベント

このクラスのメンバの一覧は、WebExcelExporterメンバを参照してください。

パブリック イベント
 名前解説
Public イベントCellExportedセルのエクスポートが完了したときに発生します。このイベントは廃止予定です。その代わりに GridFieldCaptionExported、GridRecordItemExported、SummaryCellExported を使用します。  
Public イベントCellExportingセルのエクスポートが開始する前に発生します。このイベントは廃止予定です。その代わりに GridFieldCaptionExporting、GridRecordItemExporting、SummaryCellExporting を使用します。  
Public イベントDataBindingOccurs when the server control binds to a data source. System.Web.UI.Controlから継承されます。
Public イベントDisposedOccurs 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. System.Web.UI.Controlから継承されます。
Public イベントExportedエクスポートを完了したときに発生します。  
Public イベントExportingエクスポートが開始する前に発生します。  
Public イベントGridFieldCaptionExportedグリッド フィールドのキャプションのエクスポート完了時に発生します。  
Public イベントGridFieldCaptionExportingグリッド フィールドのキャプション項目のエクスポート開始前に発生します。  
Public イベントGridRecordItemExportedグリッド レコード項目のエクスポート完了時に発生します。  
Public イベントGridRecordItemExportingグリッド レコード項目のエクスポート開始前に発生します。  
Public イベントInitOccurs when the server control is initialized, which is the first step in its lifecycle. System.Web.UI.Controlから継承されます。
Public イベントLoadOccurs when the server control is loaded into the System.Web.UI.Page object. System.Web.UI.Controlから継承されます。
Public イベントPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. System.Web.UI.Controlから継承されます。
Public イベントRowExported行のエクスポートが完了されたときに発生します。  
Public イベントRowExporting行エクスポートが開始する前に発生します。  
Public イベントSummaryCellExported集計セルのエクスポートの完了時に発生します。  
Public イベントSummaryCellExporting集計セルのエクスポート開始前に発生します。  
Public イベントUnloadOccurs when the server control is unloaded from memory. System.Web.UI.Controlから継承されます。
トップ
参照