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

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

Syntax

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

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

Inheritance Hierarchy

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

See Also