RefreshEvents_Event Members
Include Protected Members
Include Inherited Members
Events interface for Microsoft Excel QueryTable object events.
The RefreshEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_AfterRefresh | Reserved for internal use. | |
add_BeforeRefresh | Reserved for internal use. | |
remove_AfterRefresh | Reserved for internal use. | |
remove_BeforeRefresh | Reserved for internal use. |
Top
Events
Name | Description | |
---|---|---|
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. |
Top