ProgressBarMessager Cancelled Property CleanCode C# Libraries v1.2.03 API
Gets a value indicating whether the user wishes to cancel the operation being monitored by the ProgressBarMessager.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool Cancelled { get; }

Field Value

true if cancelled; otherwise, false.
Remarks

The value becomes true when the user presses the Cancel button.
See Also