IVsLongIdleEvents.OnEnterIdle(UInt32) Method
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.
Occurs when the shell enters an idle state.
public:
void OnEnterIdle(System::UInt32 reason);
public:
void OnEnterIdle(unsigned int reason);
void OnEnterIdle(unsigned int reason);
public void OnEnterIdle (uint reason);
abstract member OnEnterIdle : uint32 -> unit
Public Sub OnEnterIdle (reason As UInteger)
Parameters
- reason
- UInt32
The shell entered long idle and the timeout specified at registration has passed without user input, or there was an event that caused the shell to enter long idle state immediately.