Share via


IdleStateChangedEventArgs(Boolean) Constructor

Definition

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.

Applies to