RefreshEvents_BeforeRefreshEventHandler Delegate

Definition

A Delegate type used to add an event handler for the BeforeRefresh event. The BeforeRefresh event occurs before any refreshes of the query table.

public delegate void RefreshEvents_BeforeRefreshEventHandler([Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void RefreshEvents_BeforeRefreshEventHandler(out bool Cancel);
Public Delegate Sub RefreshEvents_BeforeRefreshEventHandler(ByRef Cancel As Boolean)

Parameters

Cancel
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.

Attributes

Applies to