Contains event data for the BeforeCellUpdate event of the C1GridView control.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.BeforeCellUpdateEventArgs',
	Sys.CancelEventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    CancelEventArgs
      C1.Web.UI.Controls.C1GridView..::..BeforeCellUpdateEventArgs

See Also