RefreshEvents_Event Interface
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.
Events interface for Microsoft Excel QueryTable object events.
public interface class RefreshEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface RefreshEvents_Event
Public Interface RefreshEvents_Event
- Derived
- Attributes
Events
AfterRefresh |
Occurs after a query is completed or canceled. |
BeforeRefresh |
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. |