Click or drag to resize
CopyMoveResultIsCanceled Property
Indicates if the Copy or Move action was canceled.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public bool IsCanceled { get; }

Property Value

Type: Boolean
when the Copy/Move action was canceled. Otherwise .
See Also