Represents the delegate that will be used by the IterateCells(array<TableRowElement>[]()[][], CellCallback, Object) method.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.CellCallback = function();

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.CellCallback',
	MulticastDelegate);

Inheritance Hierarchy

System..::..Object
  System..::..Delegate
    System..::..MulticastDelegate
      C1.Web.UI.Controls.C1GridView..::..CellCallback

See Also