Delegate type for handling the AfterCellUpdate event of the C1GridView control.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also