ChartEvents_Event.Deactivate EventĀ 

Occurs when the chart is deactivated.

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

Usage

WithEvents chartEvents_Event1 As ChartEvents_Event
Function chartEvents_Event1_Deactivate() As Void
    Handles chartEvents_Event1.Deactivate
End Function

Syntax

Event Deactivate As ChartEvents_DeactivateEventHandler
event ChartEvents_DeactivateEventHandler Deactivate;
event ChartEvents_DeactivateEventHandler^ Deactivate;
 void add_Deactivate(ChartEvents_DeactivateEventHandler handler);
 void remove_Deactivate(ChartEvents_DeactivateEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

ChartEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

ChartEvents_Event Members