IVsLongIdleEvents.OnEnterIdle(UInt32) Method

Definition

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.

Applies to