Provides data for the BeginRowUpdate event of the C1GridView control.

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

Syntax

C#
public class C1GridViewBeginRowUpdateEventArgs : EventArgs
Visual Basic
Public Class C1GridViewBeginRowUpdateEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Web.UI.Controls.C1GridView..::..C1GridViewBeginRowUpdateEventArgs

See Also