IVsLongIdleEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implemented by subscribers interested in receiving long idle notifications.
public interface class IVsLongIdleEvents
public interface class IVsLongIdleEvents
__interface IVsLongIdleEvents
[System.Runtime.InteropServices.Guid("DB08A383-3818-4CC9-944F-1A6F4E174C64")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLongIdleEvents
[<System.Runtime.InteropServices.Guid("DB08A383-3818-4CC9-944F-1A6F4E174C64")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLongIdleEvents = interface
Public Interface IVsLongIdleEvents
- Attributes
Methods
OnEnterIdle(UInt32) |
Occurs when the shell enters an idle state. |
OnExitIdle() |
Occurs when the user has made some keyboard or mouse input that caused the shell to exit the long idle state. |