Represents the method that will handle the OpeningRecordSet event of the Query.
[Visual Basic]
Public Delegate Sub OpeningRecordSetEventHandler( _
ByVal sender As Object, _
ByVal e As OpeningRecordSetEventArgs _
) [C#]
public delegate void OpeningRecordSetEventHandler(
object sender,
OpeningRecordSetEventArgs e
);Namespace: ceTe.DynamicPDF.ReportWriter.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: ceTe.DynamicPDF (in ceTe.DynamicPDF.dll)
ceTe.DynamicPDF.ReportWriter.Data Namespace
© Copyright 2007, ceTe Software