WorkbookEvents_Event.RowsetComplete Event

Definition

The event is raised when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.

public:
 event Microsoft::Office::Interop::Excel::WorkbookEvents_RowsetCompleteEventHandler ^ RowsetComplete;
event Microsoft.Office.Interop.Excel.WorkbookEvents_RowsetCompleteEventHandler RowsetComplete;
Event RowsetComplete As WorkbookEvents_RowsetCompleteEventHandler 

Event Type

Remarks

Because the recordset is created asynchronously, the event allows automation to determine when the action has been completed. Additionally, because the recordset is created on a separate sheet, the event needs to be on the workbook level.

Applies to