Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the IDE loses focus.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public event EventHandler LostFocus
public:
event EventHandler^ LostFocus {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
member LostFocus : IEvent<EventHandler,
EventArgs>
Public Event LostFocus As EventHandler
See Also
Ide Class
Microsoft.VisualStudio.Tools.Applications Namespace