コード例 #1
0
ファイル: GridEvents.cs プロジェクト: yuva2achieve/WebGrid
 private void grid_ExportClickEvents(object sender, ExcelExportClickEventArgs e)
 {
     if (string.IsNullOrEmpty(e.FileName))
     {
         throw new ApplicationException("ExportClick event (default) file name is Null or Empty");
     }
     exportclickeventrunned = true;
 }
コード例 #2
0
ファイル: GridEvents.cs プロジェクト: webgrid/WebGrid
 private void grid_ExportClickEvents(object sender, ExcelExportClickEventArgs e)
 {
     if (string.IsNullOrEmpty(e.FileName))
         throw new ApplicationException("ExportClick event (default) file name is Null or Empty");
     exportclickeventrunned = true;
 }