This topic has not yet been rated - Rate this topic

AppEvents_Event.WorkbookAddinInstall Event 

Occurs when a workbook is installed as an add-in.

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

'Usage
WithEvents appEvents_Event1 As AppEvents_Event
Function appEvents_Event1_WorkbookAddinInstall(Wb As Workbook) As Void
	Handles appEvents_Event1.WorkbookAddinInstall
End Function

event AppEvents_WorkbookAddinInstallEventHandler WorkbookAddinInstall;
 void add_WorkbookAddinInstall(AppEvents_WorkbookAddinInstallEventHandler handler);
 void remove_WorkbookAddinInstall(AppEvents_WorkbookAddinInstallEventHandler handler);
In JScript, you can handle the events defined by a class, 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)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.