Click or drag to resize

FileOperation Events

The FileOperation type exposes the following members.

Events
  NameDescription
Public eventFinishOperations
Occurs when performing caller-implemented actions after the last operation performed by the call to File Operation is complete.
Public eventPauseTimer
Not currently supported.
Public eventPostCopyItem
Occurs when performing caller-implemented actions after the copy process for each item is complete.
Public eventPostDeleteItem
Occurs when performing caller-implemented actions after the delete process for each item is complete.
Public eventPostMoveItem
Occurs when performing caller-implemented actions after the move process for each item is complete.
Public eventPostNewItem
Occurs when performing caller-implemented actions after the new item is created.
Public eventPostRenameItem
Occurs when performing caller-implemented actions after the rename process for each item is complete.
Public eventPreCopyItem
Occurs when performing caller-implemented actions before the copy process for each item begins.
Public eventPreDeleteItem
Occurs when performing caller-implemented actions before the delete process for each item begins.
Public eventPreMoveItem
Occurs when performing caller-implemented actions before the move process for each item begins.
Public eventPreNewItem
Occurs when performing caller-implemented actions before the process to create a new item begins.
Public eventPreRenameItem
Occurs when performing caller-implemented actions before the rename process for each item begins.
Public eventResetTimer
Not currently supported.
Public eventResumeTimer
Not currently supported.
Public eventStartOperations
Occurs when performing caller-implemented actions before any specific file operations are performed.
Public eventUpdateProgress
Occurs when an estimate of the total amount of work currently done in relation to the total amount of work is provided.
Top
See Also