ULRowUpdatingEventHandler delegate

Represents the method that will handle the ULDataAdapter.RowUpdating event.

Syntax
Visual Basic

Public Delegate Sub ULRowUpdatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ULRowUpdatingEventArgs _
)
C#

public delegate void ULRowUpdatingEventHandler(
   object sender,
   ULRowUpdatingEventArgs e
);
See also