ULRowsCopied event

This event occurs every time the number of rows specified by NotifyAfter have been processed.

Syntax
Visual Basic

Public Event ULRowsCopied As ULRowsCopiedEventHandler
C#

public event ULRowsCopiedEventHandler ULRowsCopied ;
Remarks

The receipt of a ULRowsCopied event does not imply that any rows have been committed. You cannot call the Close method from this event.

See also