Occurs when the recordset is opening.
[Visual Basic]
Public Event OpeningRecordSet() As OpeningRecordSetEventHandler[C#]
public event OpeningRecordSetEventHandler OpeningRecordSet();The event handler receives an argument of type OpeningRecordSetEventArgs containing data related to this event. The following OpeningRecordSetEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LayoutWriter | Gets the LayoutWriter argument of the Query's OpeningRecordSet Event. |
| RecordSet | Gets the RecordSet argument of the Query's OpeningRecordSet Event. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© Copyright 2007, ceTe Software