Click or drag to resize

FileRenamingEventArgs Properties

The FileRenamingEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancel Gets or sets a value indicating whether the rename operation should be canceled.
Public propertyIsDirectory Gets a value indicating whether the affected paths refer to a directory.
(Inherited from FileRenameEventArgs)
Public propertyOperationAlreadyDone Gets or sets a value indicating whether the rename operation has already been completed.
Public propertySourceFile Gets the source file or directory name.
(Inherited from FileRenameEventArgs)
Public propertyTargetFile Gets the target file or directory name.
(Inherited from FileRenameEventArgs)
Top
See Also