PreviewSetContentEventArgs Class
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Provides data for SetContentPreview event.
Syntax
public class PreviewSetContentEventArgs : PreviewSingleNodeOperationEventArgs
Inheritance
PreviewSetContentEventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| IsCanceled | Indicates whether the operation in the file system should be canceled. Inherited from PreviewFileSystemOperationEventAgs. |
| NewContent | New NodeContent for the Node. |
| Node | Affected node. Inherited from PreviewSingleNodeOperationEventArgs. |
Methods
| Name | Description |
|---|---|
| CancelOperation() | Request cancellation of the operation in the file system. Inherited from PreviewFileSystemOperationEventAgs. |