IngresRowUpdatingEventHandler Class
The IngresRowUpdatingEventHandler delegate represents a delegate method that handles the RowUpdating event of an IngresDataAdapter.
IngresRowUpdatingEventHandler Class Declaration
The IngresRowUpdatingEventHandler class declaration is as follows:
C#: [Serializable]
public delegate void IngresRowUpdatingEventHandler
( object sender, IngresRowUpdatingEventArgs e)
VB.NET: <Serializable>
Public Delegate Sub Ingres RowUpdatingEventHandler _
(ByVal sender As Object, ByVal e As IngresRowUpdatingEventArgs)
Last modified date: 01/30/2023