RefreshEvents_Event Interface

Definition

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.

Applies to