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

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

Méthodes publiques

Méthode Description
CancellationSupportChangedEventArgs ( bool cancellable ) : System

Constructs event arguments used to update cancellable state of the controller

Method Details

CancellationSupportChangedEventArgs() public méthode

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