ApplicationClass.WorkbookActivate Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event WorkbookActivate As AppEvents_WorkbookActivateEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookActivateEventHandler
AddHandler instance.WorkbookActivate, handler
public virtual event AppEvents_WorkbookActivateEventHandler WorkbookActivate
Implements
AppEvents_Event.WorkbookActivate