Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference

RowsCopied property Next Page

ULRowsCopiedEventHandler delegate


Represents the method that will handle the ULBulkCopy.ULRowsCopied event.

Syntax

Visual Basic

Public Delegate Sub ULRowsCopiedEventHandler( _
ByVal sender As Object, _
ByVal rowsCopiedEventArgs As ULRowsCopiedEventArgs _
)

C#

public delegate void ULRowsCopiedEventHandler(
object sender,
ULRowsCopiedEventArgs rowsCopiedEventArgs
);

Remarks

Restrictions: The ULRowsCopiedEventHandler delegate is not available in the .NET Compact Framework 2.0.

See also