This event occurs every time the number of rows specified by the NotifyAfter property have been processed.
Visual Basic
Public Event SARowsCopied As SARowsCopiedEventHandler
C#
public event SARowsCopiedEventHandler SARowsCopied ;
The receipt of an SARowsCopied event does not imply that any rows have been sent to the database server or committed. You cannot call the Close method from this event.