AppEvents_WorkbookModelChangeEventHandler Delegate

Definition

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

Applies to