AppEvents_WorkbookModelChangeEventHandler 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 WorkbookModelChange event. The WorkbookModelChange event occurs when the data model is updated.
public delegate void AppEvents_WorkbookModelChangeEventHandler(Workbook ^ Wb, ModelChanges ^ Changes);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookModelChangeEventHandler(Workbook Wb, ModelChanges Changes);
Public Delegate Sub AppEvents_WorkbookModelChangeEventHandler(Wb As Workbook, Changes As ModelChanges)
Parameters
- Wb
- Workbook
The workbook.
- Changes
- ModelChanges
ModelChanges object which includes changes made to the Excel data model during the last transaction.
- Attributes