Represents the method that will handle the ULBulkCopy.ULRowsCopied event.
Visual Basic Public Delegate Sub ULRowsCopiedEventHandler( _ ByVal sender As Object, _ ByVal rowsCopiedEventArgs As ULRowsCopiedEventArgs _ )
C# public delegate void ULRowsCopiedEventHandler( object sender, ULRowsCopiedEventArgs rowsCopiedEventArgs );
Restrictions: The ULRowsCopiedEventHandler delegate is not available in the .NET Compact Framework 2.0.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |