<docbook><section><title>OPLRowUpdatingEventHandler</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">OPLRowUpdatingEventHandler</bridgehead>
<para>Represents a method that will handle the <ulink url="RowUpdating">RowUpdating</ulink> event of an <ulink url="OPLDataAdapter">OPLDataAdapter</ulink>.</para><programlisting>public delegate void OPLRowUpdatingEventHandler(object sender, OPLRowUpdatingEventArgs e);
</programlisting></section></docbook>