SonarLint.VisualStudio.Progress.Controller.CancellationSupportChangedEventArgs.CancellationSupportChangedEventArgs C# (CSharp) Method

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
        public CancellationSupportChangedEventArgs(bool cancellable)
        {
            this.Cancellable = cancellable;
        }
CancellationSupportChangedEventArgs