Represents the method that handles the RowUpdating event of an SADataAdapter.
      Visual Basic syntax
         
         
            Public Delegate Sub 
            SARowUpdatingEventHandler
            (ByVal sender As Object, ByVal e As 
                  SARowUpdatingEventArgs
               )
            
         
      
      C# syntax
         
         
            public delegate void 
            SARowUpdatingEventHandler
            (object sender, 
                  SARowUpdatingEventArgs
                e);