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