Occurs when a row is bound to data in a C1GridView control.

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
public event C1GridViewRowEventHandler RowDataBound
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
Public Event RowDataBound As C1GridViewRowEventHandler

See Also