Server Side Events

Description

C1FileExplorer provides one server side event ItemCommand, it will be fired before performing any file/folder operation at the server side.

This command takes a parameter of type C1FileExplorerEventArgs, which carries related paths and other necessary information for current command.

If you want to cancel current command, just set args.Cancel as true.

Please refer the source code tab for detailed information.

Documentation