PreviewCopyMoveEventArgs Class
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Provides data for CopyPreview and MovePreview events.
Syntax
public class PreviewCopyMoveEventArgs : PreviewFileSystemOperationEventAgs
Inherited Members
Properties
Name | Description |
---|---|
IsCanceled | Indicates whether the operation in the file system should be canceled. Inherited from PreviewFileSystemOperationEventAgs. |
NewParent | Expected parent of the new instance of the NodeBase when the copy/move operation will finish. |
Node | Node to be copied/moved. |
Methods
Name | Description |
---|---|
CancelOperation() | Request cancellation of the operation in the file system. Inherited from PreviewFileSystemOperationEventAgs. |