<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.3" />

Microsoft.Data.SqlClient.SqlRowUpdatingEventHandler

Represents the method that will handle the RowUpdating event of a SqlDataAdapter.
public SqlRowUpdatingEventHandler(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(object sender, SqlRowUpdatingEventArgs e, AsyncCallback callback, object object)

public virtual void EndInvoke(IAsyncResult result)

public virtual void Invoke(object sender, SqlRowUpdatingEventArgs e)