Share via


Ide.Deactivated Event

 

Occurs when the IDE is deactivated.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public event EventHandler Deactivated
public:
event EventHandler^ Deactivated {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
member Deactivated : IEvent<EventHandler,
    EventArgs>
Public Event Deactivated As EventHandler

See Also

Ide Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top