C# Class SonarLint.VisualStudio.Progress.Controller.CancellationSupportChangedEventArgs

Event arguments for cancellation support changes
Inheritance: ProgressEventArgs
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
CancellationSupportChangedEventArgs ( bool cancellable ) : System

Constructs event arguments used to update cancellable state of the controller

Method Details

CancellationSupportChangedEventArgs() public method

Constructs event arguments used to update cancellable state of the controller
public CancellationSupportChangedEventArgs ( bool cancellable ) : System
cancellable bool Latest cancellability state
return System