IdleStateChangedEventArgs Constructor (Boolean)

Visual Studio 2015
 

Initializes a new instance of the event args.

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

public:
IdleStateChangedEventArgs(
	bool isIdle
)

Parameters

isIdle
Type: System::Boolean

True if the setting store state is idle, otherwise false.

Return to top
Show: