Represents the method that handles the EndRowUpdated event of a C1GridView control.

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

Syntax

C#
public delegate void C1GridViewEndRowUpdatedEventHandler(
	Object sender,
	C1GridViewEndRowUpdatedEventArgs e
)
Visual Basic
Public Delegate Sub C1GridViewEndRowUpdatedEventHandler ( _
	sender As Object, _
	e As C1GridViewEndRowUpdatedEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of the event.
e
Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewEndRowUpdatedEventArgs
A C1GridViewEndRowUpdatedEventArgs object that contains the event data.

See Also