<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />

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)