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 );
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |