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