DbCommandBuilder.RowUpdatingHandler(RowUpdatingEventArgs) Method

Definition

Adds an event handler for the RowUpdating event.

protected:
 void RowUpdatingHandler(System::Data::Common::RowUpdatingEventArgs ^ rowUpdatingEvent);
protected void RowUpdatingHandler (System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent);
member this.RowUpdatingHandler : System.Data.Common.RowUpdatingEventArgs -> unit
Protected Sub RowUpdatingHandler (rowUpdatingEvent As RowUpdatingEventArgs)

Parameters

rowUpdatingEvent
RowUpdatingEventArgs

A RowUpdatingEventArgs instance containing information about the event.

Applies to

See also