This topic has not yet been rated - Rate this topic

WorkbookEvents_AddinInstallEventHandler Delegate

A Delegate type used to add an event handler for the AddinInstall event. The AddinInstall event occurs when the workbook is installed as an add-in.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Sub Sub1()
End Sub
Dim workbookEvents_AddinInstallEventHandler1 As New WorkbookEvents_AddinInstallEventHandler(AddressOf Sub1)

public delegate void WorkbookEvents_AddinInstallEventHandler();
public delegate void WorkbookEvents_AddinInstallEventHandler();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.