<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview2.25289.6" />

Microsoft.Data.SqlClient.SqlRowUpdatedEventHandler

public sealed delegate SqlRowUpdatedEventHandler : MulticastDelegate
Represents the method that will handle the RowUpdated event of a SqlDataAdapter.
public SqlRowUpdatedEventHandler(object object, IntPtr method)

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

public virtual void EndInvoke(IAsyncResult result)

public virtual void Invoke(object sender, SqlRowUpdatedEventArgs e)