Provides data for the EndRowUpdated 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 C1GridViewEndRowUpdatedEventArgs : EventArgs
Visual Basic
Public Class C1GridViewEndRowUpdatedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

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

See Also