CopyMoveResultIsCanceled Property |
Indicates if the Copy or Move action was canceled.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsCanceled { get; }
Public ReadOnly Property IsCanceled As Boolean
Get
public:
property bool IsCanceled {
bool get ();
}
member IsCanceled : bool with get
Property Value
Type:
Boolean when the Copy/Move action was canceled. Otherwise
.
See Also