FileExplorer for ASP.NET Web Forms
ItemCommand Event

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1FileExplorer Namespace > C1FileExplorer Class : ItemCommand Event
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.
Syntax
'Declaration
 
Public Event ItemCommand As C1FileExplorerEventHandler
public event C1FileExplorerEventHandler ItemCommand
Event Data

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.

PropertyDescription
Gets or sets a value indicate whether to cancel current command.  
Gets the command type.  
The target file/folder path.  
See Also