IdleStateChangedEventArgs(Boolean) Constructor
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.
Constructs a new IdleStateChangedEventArgs object.
public:
IdleStateChangedEventArgs(bool isIdle);
public:
IdleStateChangedEventArgs(bool isIdle);
IdleStateChangedEventArgs(bool isIdle);
public IdleStateChangedEventArgs (bool isIdle);
new Microsoft.VisualStudio.Settings.IdleStateChangedEventArgs : bool -> Microsoft.VisualStudio.Settings.IdleStateChangedEventArgs
Public Sub New (isIdle As Boolean)
Parameters
- isIdle
- Boolean
True if the setting store state is idle, otherwise false.