OnExcelExportCellFormattingEventHandler Delegate |
Namespace: Kettic.AspNet.Controls
public delegate void OnExcelExportCellFormattingEventHandler( Object source, ExcelExportCellFormattingEventArgs e )
Public Delegate Sub OnExcelExportCellFormattingEventHandler ( source As Object, e As ExcelExportCellFormattingEventArgs )
public delegate void OnExcelExportCellFormattingEventHandler( Object^ source, ExcelExportCellFormattingEventArgs^ e )
type OnExcelExportCellFormattingEventHandler = delegate of source : Object * e : ExcelExportCellFormattingEventArgs -> unit