Event fired when any file or folder operation is made at the server side. If you want to cancel the operation, juse set C1FileExplorerEventArgs.Cancel = true.
The event handler receives an argument of type C1FileExplorerEventArgs containing data related to this event. The following C1FileExplorerEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | Gets or sets a value indicate whether to cancel current command. |
Command | Gets the command type. |
TargetPath | The target file/folder path. |