RefreshEvents_BeforeRefreshEventHandler Delegate
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.
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