Represents the method that handles the ULBulkCopy.ULRowsCopied event.
Public Delegate Sub ULRowsCopiedEventHandler( ByVal sender As Object, ByVal rowsCopiedEventArgs As ULRowsCopiedEventArgs )
public delegate void ULRowsCopiedEventHandler( object sender, ULRowsCopiedEventArgs rowsCopiedEventArgs );
The ULRowsCopiedEventHandler delegate is not available in the .NET Compact Framework 2.0.