RenameCompletedEventArgs Class
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Provides data for RenameCompleted event.
Syntax
public class RenameCompletedEventArgs : SingleNodeOperationEventArgs
Inheritance
RenameCompletedEventArgs
Inherited Members
Properties
Name | Description |
---|---|
OriginalNode | Gets the original ("old") node which was renamed. |
ResultNode | Gets or sets the result of the current file system operation. Inherited from SingleNodeOperationEventArgs. |
Methods
Name | Description |
---|---|
MarkAsHandled() | 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 FileSystemProvider will be ignored! Inherited from FileSystemOperationEventArgs. |