ISettingsManagerHost::IdleStateChanged Event

Visual Studio 2015
 

Raised when the host application goes idle or becomes active again, to enable reduced resource usage during the idle period.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

event EventHandler<IdleStateChangedEventArgs^>^ IdleStateChanged {
	void add(EventHandler<IdleStateChangedEventArgs^>^ value);
	void remove(EventHandler<IdleStateChangedEventArgs^>^ value);
}
Return to top
Show: