RefreshEvents_Event.BeforeRefresh Event
Occurs before any refreshes of the query table. This includes refreshes resulting from calling the Refresh method, from the user's actions in the product, and from opening the workbook containing the query table.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event BeforeRefresh As RefreshEvents_BeforeRefreshEventHandler
'Usage
Dim instance As RefreshEvents_Event
Dim handler As RefreshEvents_BeforeRefreshEventHandler
AddHandler instance.BeforeRefresh, handler
event RefreshEvents_BeforeRefreshEventHandler BeforeRefresh