AppEvents_Event.WorkbookRowsetComplete Event

Definition

The WorkbookRowsetCompleteevent occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.

public:
 event Microsoft::Office::Interop::Excel::AppEvents_WorkbookRowsetCompleteEventHandler ^ WorkbookRowsetComplete;
event Microsoft.Office.Interop.Excel.AppEvents_WorkbookRowsetCompleteEventHandler WorkbookRowsetComplete;
Event WorkbookRowsetComplete As AppEvents_WorkbookRowsetCompleteEventHandler 

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