PreviewFileSystemOperationEventAgs Class
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Serves as a base class for cancelable events provided by FileSystemNotifier.
Syntax
public abstract class PreviewFileSystemOperationEventAgs : EventArgs
Inheritance
PreviewFileSystemOperationEventAgs
Inherited Members
Constructors
Name | Description |
---|---|
PreviewFileSystemOperationEventAgs() | Initializes a new instance of the PreviewFileSystemOperationEventAgs class |
Properties
Name | Description |
---|---|
IsCanceled | Indicates whether the operation in the file system should be canceled. |
Methods
Name | Description |
---|---|
CancelOperation() | Request cancellation of the operation in the file system. |