RefreshEvents_BeforeRefreshEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the BeforeRefresh event. The BeforeRefresh event occurs before any refreshes of the query table.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- Cancel
- Type: System.Boolean
False when the event occurs. If the event procedure sets this argument to True, the refresh doesn't occur when the procedure is finished.
Show: