Provides data for the RowCreated and RowDataBound events.

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

Syntax

C#
public sealed class C1GridViewRowEventArgs : EventArgs
Visual Basic
Public NotInheritable Class C1GridViewRowEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

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

See Also