Click or drag to resize

ProgressDialogCancellationPending Property

Gets a value indicating whether the user has requested cancellation of the operation.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CancellationPending { get; }

Property Value

Type: Boolean
if the user has cancelled the progress dialog; otherwise, . The default is .
Remarks
The event handler for the DoWork event must periodically check this property and abort the operation if it returns .
See Also