Property SupportsCancellation
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
SupportsCancellation
If true, then the Stream and/or ProgressEventHandler may throw an OperationCanceledException so as to cancel the save/load operation. This is usually encountered when the user is changing options in the Save Configuration dialog.
public bool SupportsCancellation { get; set; }
Property Value
Remarks
The default value for this property is true.