AppEvents_Event.WorkbookRowsetComplete Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.