Represents the method that will handle the ULDataAdapter.RowUpdating event.
Visual Basic
Public Delegate Sub ULRowUpdatingEventHandler( _
ByVal sender As Object, _
ByVal e As ULRowUpdatingEventArgs _
)
C#
public delegate void ULRowUpdatingEventHandler(
object sender,
ULRowUpdatingEventArgs e
);
sender The connection sending the event.
e The ULRowUpdatingEventArgs object that contains the event data.