DocEvents_TableUpdateEventHandler 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 TableUpdate event. The TableUpdate event occurs after a Query table connected to the Data Model is updated on a worksheet.
public delegate void DocEvents_TableUpdateEventHandler(TableObject ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_TableUpdateEventHandler(TableObject Target);
Public Delegate Sub DocEvents_TableUpdateEventHandler(Target As TableObject)
Parameters
- Target
- TableObject
The Query table with data from the Data Model.
- Attributes