SqlRowUpdatingEventHandler
Represents the method that will handle the RowUpdating event of a SqlDataAdapter.
namespace System.Data.SqlClient
{
public delegate void SqlRowUpdatingEventHandler (object sender, SqlRowUpdatingEventArgs e);
}