9. Understanding .NET Data Provider Connectivity : .NET Data Provider Classes : IngresRowUpdatingEventHandler Class : IngresRowUpdatingEventHandler Class Declaration
 
Share this page                  
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)