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