WorkbookEvents_SheetDeactivateEventHandler Delegate
Office 2003
A Delegate type used to add an event handler for the SheetDeactivate event. The SheetDeactivate event occurs when any sheet is deactivated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
'Declaration Public Delegate Sub WorkbookEvents_SheetDeactivateEventHandler( _ <InAttribute()> ByVal Sh As Object _ )
public delegate void WorkbookEvents_SheetDeactivateEventHandler( /*in*/System.Object Sh );
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- Sh
The sheet. Can be a Chart or Worksheet object.