CopyMoveEventArgs Class
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Provides data for Copy
Syntax
public class CopyMoveEventArgs : FileSystemOperationEventArgs
Inherited Members
Properties
Name | Description |
---|---|
New |
Gets the expected parent of the Result |
New |
Gets the expected path of the Result |
Original |
Gets the original (to be copied/moved node). |
Result |
Gets or sets node resulting from the file system operation. Default value is null. |
Methods
Name | Description |
---|---|
Mark |
Marks the current file system operation as handled by the event handler.
If you directly or indirectly call this method in the event handler for any '*Surrogate' event,
then you are fully responsible for the implementation of the current file system operation. In this case the default logic for the file system operation in the File |