CopyMoveResultIsCanceled Property |
When indicates that the Copy or Move action was canceled.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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