Click or drag to resize

FileCancelEventArgs Properties

The FileCancelEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancel Gets or sets a value indicating whether the operation should be canceled.
Public propertyFileName Gets the affected file or directory name.
(Inherited from FileEventArgs)
Public propertyIsDirectory Gets a value indicating whether the affected path refers to a directory.
(Inherited from FileEventArgs)
Public propertyOperationAlreadyDone Gets or sets a value indicating whether the requested operation has already been completed.
Top
See Also