IVsLongIdleEvents Interface

 

Implemented by subscribers interested in receiving long idle notifications.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[GuidAttribute("DB08A383-3818-4CC9-944F-1A6F4E174C64")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLongIdleEvents

NameDescription
System_CAPS_pubmethodOnEnterIdle(UInt32)

Occurs when the shell enters an idle state.

System_CAPS_pubmethodOnExitIdle()

Occurs when the user has made some keyboard or mouse input that caused the shell to exit the long idle state.

Return to top
Show: