Occurs when the recordset is closing.
[Visual Basic]
Public Event ClosingRecordSet() As ClosingRecordSetEventHandler[C#]
public event ClosingRecordSetEventHandler ClosingRecordSet();The event handler receives an argument of type ClosingRecordSetEventArgs containing data related to this event. The following ClosingRecordSetEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Closed | Gets or sets a value indicating whether the connection and recordset is already closed. |
| LayoutWriter | Gets the LayoutWriter argument of the Query's ClosingRecordSet Event. |
| RecordSet | Gets the RecordSet argument of the Query's ClosingRecordSet 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