Occurs when a row's Update button is clicked, but after the C1GridView control handles the update operation.

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

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewUpdatedEventHandler RowUpdated
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event RowUpdated As C1GridViewUpdatedEventHandler

Remarks

The event occurs only if the grid is bound to a DataSource control.

See Also